A Boolean value. Specifies whether the custom property is visible in the Custom Properties dialog box.
Applies to objects: CustomProp
[[Let] RetVal = ] object.Invisible [Let] object.Invisible = SetVal |
The Invisible property syntax has these parts:
Part | Description |
object | A reference to an instance of the object. |
RetVal | A Boolean type variable. |
SetVal | A Boolean type variable. |
If Invisible is TRUE the corresponding CustomProp object won't be displayed in the Custom Properties dialog.
This example demonstrates working with the CustomProp object.
Dim MyShape As Shape, MyProperty as CustomProp ' Create a Shape |
See Also |
CustomProp Object, Document Object |