TdxHintedTextClickEventArgs Class
Stores information on a hint-marked text range click event in a DevExpress control.
Declaration
TdxHintedTextClickEventArgs = class(
TdxHintedTextEventArgs
)
Remarks
Hint-marked text range click events allow you to respond to clicks on text ranges enclosed between [HINT] and [\HINT] tags in DevExpress controls with support for BBCode-inspired formatting.
Main API Members
The list below outlines key members of the TdxHintedTextClickEventArgs class. These members allow you to identify the clicked hint-marked text range and the parent UI element.
- Button | Shift
- Allow you to identify the clicked mouse button and the state of modifier keys when the event is raised.
- HintIndex
- Returns the index of the target hint-marked text range within the parent UI element’s message.
- OwnerItem
- Allows you to access the parent UI element of the target hint-marked text range.
- AnchorText
- Returns the target text range enclosed between [HINT] and [\HINT] tags.
- Hint
- Returns the hint message defined for the target text range enclosed between [HINT] and [\HINT] tags.
Direct TdxHintedTextClickEventArgs Class Reference
The TdxHintedTextClickEvent procedural type references a TdxHintedTextClickEventArgs object as the AArgs parameter.
Inheritance
TObject
TdxEventArgs
TdxOwnerItemAnchorTextEventArgs
TdxHintedTextEventArgs
TdxHintedTextClickEventArgs
See Also