Visual Basic - Study Mode
[#416] when we declare the variable in . . . . . . . . of VB then it is public variable
Correct Answer
(B) public
[#417] The position of an item in a list box depends on the value stored in the list box's . . . . . . . .
Correct Answer
(C) Sorted property
[#418] The . . . . . . . . validator is used to compare an entry with a constant value or the property stored in a control.
Correct Answer
(A) CompareValidator
[#419] What happens when minimize box is set to true?
Correct Answer
(C) Minimize box is enabled
[#420] The . . . . . . . . statement is used to assign a value to a property of an object.
Correct Answer
(A) Assignment