Skip to main content
All docs
V26.1
  • TdxHintedTextClickEventArgs Properties

    Stores information on a hint-marked text range click event in a DevExpress control.
    Name Description
    AnchorText Returns the target hyperlink’s anchor text. Inherited from TdxOwnerItemAnchorTextEventArgs.
    Button Returns the clicked mouse button.
    Hint Returns the hint message defined for the target hint-marked text range. Inherited from TdxHintedTextEventArgs.
    HintIndex Returns the index of the target hint-marked text range in the parent UI element’s message. Inherited from TdxHintedTextEventArgs.
    OwnerItem Allows you to access the formatted text range’s parent UI element. Inherited from TdxOwnerItemAnchorTextEventArgs.
    Shift Returns the combination of modifier keys pressed when the target hint-marked text range is clicked.
    See Also