Skip to main content
All docs
V26.1
  • TdxShowTextHintEventArgs Members

    Stores information on a hint display event for a hint-marked text range in a DevExpress control with support for BBCode-inspired text formatting markup.

    Constructors

    Name Description
    Create(TObject,string,Integer,string) Initializes a new instance of the TdxHintedTextEventArgs class with specified settings. Inherited from TdxHintedTextEventArgs.
    Create(TObject,string) Initializes a new instance of the TdxOwnerItemAnchorTextEventArgs class with specified settings. Inherited from TdxOwnerItemAnchorTextEventArgs.

    Properties

    Name Description
    AnchorText Returns the target hyperlink’s anchor text. Inherited from TdxOwnerItemAnchorTextEventArgs.
    Hint Specifies the message displayed in the target hint.
    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.

    Methods

    Name Description
    Empty Inherited from TdxEventArgs.
    Equals(TObject) Inherited from TObject.
    GetHashCode Inherited from TObject.
    ToString Inherited from TObject.
    See Also