Skip to main content

TdxHyperlinkClickEventArgs.Control Property

Identifies if the Ctrl key is held down.

Declaration

property Control: Boolean read;

Property Value

Type
Boolean

Remarks

This property returns True if the left or right Ctrl key is held down when an end user clicks the target hyperlink; otherwise – False.

Note

The ModifierKeys property returns the state of all modifier keys as a set of bit flags.

See Also