TdxRichEditHyperlinkClickEventArgs.ModifierKeys Property
In This Article
Returns the state of modifier keys when the target hyperlink was clicked.
#Declaration
Delphi
property ModifierKeys: TShortCut read;
#Property Value
Type | Description |
---|---|
TShort |
The state of modifier keys when the target hyperlink was clicked. |
#Remarks
The ModifierKeys
property returns a set of bit flags corresponding to the states of all modifier keys. Alternatively, you can use Alt, Control, and Shift properties to identify individual modifier key states.
See Also