Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxHyperlinkOptions.ModifierKeys Property

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
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