VISUAL BASIC

VISUAL PROGRAMMING

VISUAL BASIC

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which property determines whether a control is displayed to the user?
A
Show
B
Visible
C
Enabled
D
Hide
Explanation: 

Detailed explanation-1: -The visible property is the one that determines whether or not the control is displayed.

Detailed explanation-2: -Here is your answer: Visible. You can use the Visible property to show or hide a control on a form.

Detailed explanation-3: -Therefore the Enable property is used to return or sets value determines whether the control can respond to user generated events hence option 2 is the correct answer.

Detailed explanation-4: -Enable means use can view the control but can’t operate or use control. Visible means user can’t see the control exist.

Detailed explanation-5: -To hide an object when printing, use the DisplayWhen property. You can use the Visible property to hide a control on a form or report by including the property in a macro or event procedure that runs when the Current event occurs.

Detailed explanation-6: -You may also alter other properties of the form such as font, location, size, foreground color, background color, MaximizeBox, MinimizeBox and etc.

There is 1 question to complete.