Skip to main content
All docs
V24.2

TdxRichEditHyperlinkClickEventArgs.ModifierKeys Property

Returns the state of modifier keys when the target hyperlink was clicked.

Declaration

property ModifierKeys: TShortCut read;

Property Value

Type Description
TShortCut

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