VISIBLE property (System)
Description
Specifies if the OpenInsight IDE (i.e. the RTI_IDE form) is visible or not.
Property Value
This property is an integer value. It has the same qualities as the normal WINDOW VISIBLE property.
Property Traits
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
N/A | Get/Set | No | No | No |
Remarks
N/A
Example
IsVisibleIDE = Get_Property( "SYSTEM", "VISIBLE" )
See Also
WINDOW VISIBLE property.