TdxHintedTextClickEventArgs.Shift Property
Returns the combination of modifier keys pressed when the target hint-marked text range is clicked.
Declaration
property Shift: TShiftState read;
Property Value
| Type | Description |
|---|---|
| TShiftState | The combination of modifier keys pressed when the target hint-marked text range is clicked. |
Remarks
Use Button and Shift properties to identify the mouse button used to click the target hint-marked text range and the pressed modifier key combination.
See Also