Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TipNotify Class / ToolTipText Property


In This Topic
    ToolTipText Property (TipNotify)
    In This Topic
    Gets or sets the tool tip text.
    Syntax
    'Declaration
     
    
    Public Property ToolTipText As String
    'Usage
     
    
    Dim instance As TipNotify
    Dim value As String
     
    instance.ToolTipText = value
     
    value = instance.ToolTipText
    public string ToolTipText {get; set;}

    Property Value

    A System.String value that indicates the tool tip text. The default is String.Empty.
    See Also