Skip to content

phmOnRightClick - cToolbarButton

Stores the method-handle of the event to send whenever the button is clicked with the right mouse button

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer phmOnRightClick
Access Type Syntax
Read Access: Get phmOnRightClick to IntegerVariable
Write Access: Set phmOnRightClick to IntegerVariable/Value

Description

phmOnRightClick stores the method-handle of the event to send whenever the button is clicked with the right mouse button. By default, this is msg_OnRightClick, which means that the OnRightClick message will be sent.

You can change this property to create a Shared Handler to redirect the event.

Default is msg_OnRightClick.