TdxHyperlinkOptions.ModifierKeys Property
Specifies the modifier key or key combination required to use together with a mouse click to activate hyperlinks.
Declaration
property ModifierKeys: TShortCut read; write; default VK_CONTROL;
Property Value
Type | Default |
---|---|
TShortCut | VK_CONTROL |
Remarks
A hyperlink activates when a user clicks it while holding down the Ctrl key. Use this property to specify a different modifier key or key combination required to activate a hyperlink.
Note
Handle the Rich Edit control’s OnHyperlinkClick event to perform a custom operation in response to hyperlink activation.
The ModifierKeys property’s default value is VK_CONTROL.
See Also