TdxHintedTextClickEventArgs.Button Property
Returns the clicked mouse button.
Declaration
property Button: TMouseButton read;
Property Value
| Type | Description |
|---|---|
| TMouseButton | Returns the mouse button used to click the target hint-marked text range. |
Remarks
Use Button and Shift properties to identify the mouse button used to click the target hint-marked text range and the current state of modifier keys.
See Also