Description
Get or set the visibility of a control.
-
Property type
-
A Boolean value.
-
Syntax
-
object.Visible [= value]
The Visible Property syntax has these parts: |
| object | An expression evaluating to an object of type McCommandBarPane. | | value | A Boolean value. | Remarks
This property only works with toolbar buttons.
|