Visible Property
Description
This property is TRUE if the Cad window is visible, FALSE otherwise. If you make the Cad window invisible, the only way to make it visible again is to set this property to TRUE.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property Visible As Boolean |
Return Type
Read/write Boolean.
See Also