phoButtonPopup - Button
Assigns a popup menu to the button
Type: Property
Access: Read/Write
Data Type: Handle
Parameters: None
Syntax
Property Handle phoButtonPopup
| Access Type | Syntax |
|---|---|
| Read Access: | Get phoButtonPopup to HandleVariable |
| Write Access: | Set phoButtonPopup to HandleVariable/Value |
Description
This assigns a popup menu to the button. Normally this should be a cCJContextMenu. If you send the OnDropDown event, it will popup this menu directly under the button. See OnDropDown for more.