phmOnDropDown - cToolbarButton
Stores the method-handle of the event to send whenever the drop-down element of a button with the peStyle property set to bsDropDown is clicked
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer phmOnDropDown
| Access Type | Syntax |
|---|---|
| Read Access: | Get phmOnDropDown to IntegerVariable |
| Write Access: | Set phmOnDropDown to IntegerVariable/Value |
Description
phmOnDropDown stores the method-handle of the event to send whenever the drop-down element of a button with the peStyle property set to bsDropDown is clicked. By default, this is msg_OnDropDown, which means that the OnDropDown message will be sent.
You can change this property to create a Shared Handler to redirect the event.
Default is msg_OnDropDown.