phmOnHotItemLeaving - cToolbarButton
Stores the method-handle of the event to send whenever the mouse cursor leaves the bounds of the button
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer phmOnHotItemLeaving
| Access Type | Syntax |
|---|---|
| Read Access: | Get phmOnHotItemLeaving to IntegerVariable |
| Write Access: | Set phmOnHotItemLeaving to IntegerVariable/Value |
Description
phmOnHotItemLeaving stores the method-handle of the event to send whenever the mouse cursor leaves the bounds of the button. By default, this is msg_OnHotItemLeaving, which means that the OnHotItemLeaving message will be sent.
You can change this property to create a Shared Handler to redirect the event.
Default is msg_OnHotItemLeaving.