TdxHyperlinkClickEventArgs.Alt Property
Identifies if the Alt key is held down.
Declaration
property Alt: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns True if the left or right Alt 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