Popup_State - cUIObject
Determines whether the object should respond to the standard Activate message, or via the Popup message
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean Popup_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Popup_State to BooleanVariable |
| Write Access: | Set Popup_State to BooleanVariable/Value |
Description
Determines whether the object should respond to the standard Activate message, or via the Popup message. If True, Activate will set the Focus_Mode of the object to No_Activate. Also if Popup_State is True, the Popup message will set the Focus_Mode of the object to Focusable and then perform a normal Activate.
| Col 1 | Col 2 |
|---|---|
| Note: | This property is already set by its superclass(es) to work properly with Windows modality. It should not be changed. |
Set Popup_State to True