TdxHyperlinkOptions.ModifierKeys Property
In This Article
Specifies the modifier key or key combination required to use together with a mouse click to activate hyperlinks.
#Declaration
Delphi
property ModifierKeys: TShortCut read; write; default VK_CONTROL;
#Property Value
Type | Default |
---|---|
TShort |
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 On
The ModifierKeys property’s default value is VK_CONTROL.
See Also