FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / ToolTipEventArgs Class / ToolTipText Property

In This Topic
    ToolTipText Property (ToolTipEventArgs)
    In This Topic
    Gets or sets the text to be displayed in the tooltip.
    Syntax
    'Declaration
     
    
    Public Property ToolTipText As String
    public string ToolTipText {get; set;}
    See Also