TdxHyperlinkClickEventArgs Members
Stores hyperlink click event data.Constructors
Name | Description |
---|---|
Create(IdxRichEditHyperlink,TShortCut) | Creates a hyperlink click event data container. |
Properties
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. |
Methods
Name | Description |
---|---|
Empty | Inherited from TdxEventArgs. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
ToString | Inherited from TObject. |
See Also