Skip to main content

TcxCustomHyperLinkEditProperties.SingleClick Property

Specifies the manner in which a hyperlink is activated.

Declaration

property SingleClick: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

If the SingleClick property is set to True, a hyperlink is activated by a single click. If the SingleClick property is set to False, the hyperlink is activated by a double click. The StartKey property specifies the keystroke, which also activates the hyperlink command. 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 SingleClick property is False.

See Also