Visible Properties
Determines if a button is visible or hidden.
Syntax
object.EBVisible [= value ]
object.NBVisible [= value ]
The syntax of the Visible properties has these parts:
| Part | Description |
| object | A DCombo control. |
| value | A boolean expression that determines if a button on the control is visible (True), or hidden (False). |
Remarks
If this property is set to False, the button is not displayed in the control. The standard Visible property shows or hides the entire control. The figure below shows the possible configurations.

Data Type
Boolean