TdxHyperlinkClickEventArgs Properties
Stores hyperlink click event data.Name | Description |
---|---|
Alt | Identifies if the Alt key is held down. |
Control | Identifies if the Ctrl key is held down. |
Handled | Specifies if a click on the hyperlink is handled. |
Hyperlink | Provides access to the clicked hyperlink. |
ModifierKeys | Returns the state of modifier keys. |
Shift | Identifies if the Shift key is held down. |
See Also