Skip to main content

TcxCustomHyperLinkEditProperties.StartKey Property

Specifies the shortcut used to activate a hyperlink.

Declaration

property StartKey: TShortCut read; write; default VK_RETURN + scCtrl;

Property Value

Type
TShortCut

Remarks

Use the StartKey property to define the shortcut used to activate a hyperlink. Pressing this shortcut performs the same action as clicking a hyperlink within an editor. You can handle the OnStartClick event generated when a user starts the hyperlink command. Handling this event prevents your editor from executing the default command.

The default value of the StartKey property is Ctrl+Enter.

See Also