Active_State - cUIObject
Indicates whether or not the object is activated
Type: Property
Access: Read-Only
Data Type: Integer
Parameters: None
Syntax
Property Integer Active_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Active_State to IntegerVariable |
Description
Active_State indicates whether or not the object is activated (in the focus tree).
If (Active_State(Self)) Send Deactivate
See Activate for detailed explanations of the View and Modal Dialog activation process.