TdxHyperlinkClickEventArgs.ModifierKeys Property
Returns the state of modifier keys.
Declaration
property ModifierKeys: TShortCut read;
Property Value
Type |
---|
TShortCut |
Remarks
This property returns a set of bit flags corresponding to the states of all modifier keys. You can use the Alt, Control, and Shift properties to identify the states of individual modifier keys.
See Also