TdxHyperlinkClickEventArgs.Shift Property
Identifies if the Shift key is held down.
Declaration
property Shift: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns True if the Shift key is held down when an end user clicks the target hyperlink; otherwise – False.
Note
The ModifierKeys property returns the state of all modifier keys as a set of bit flags.
See Also