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