Computer Science, asked by keshrishi77, 1 year ago

which property determines whether a control is displayed to the user

Answers

Answered by Naresh5551
10
it can be controlled in privacy settings
Answered by abu7878
2

Answer:

Visible property is the property which is used to see whether the control is displayed or not.

Visible property’s value depends on the size of the image which is displayed from the picture box. The visible property value can be set by using VBA.

Visible property is enabled when the value is set to true.

It has no effect for a column in datasheet.  

Here the value can be set to default.  

The default is true here.

Hence if the control is unselected then the visible value will be false.

Similar questions