TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / CustomContentPresenter Class / ToolTipText Property

In This Topic
    ToolTipText Property (CustomContentPresenter)
    In This Topic
    Gets or sets the text that appears as a ToolTip for this CustomContentPresenter.
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property ToolTipText As String
    public abstract string ToolTipText {get;}
    See Also