Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TextTipFetchEventArgs Class / ShowTip Property


In This Topic
    ShowTip Property (TextTipFetchEventArgs)
    In This Topic
    Gets or sets whether to show the text tip or show the cell note as a tip window.
    Syntax
    'Declaration
     
    
    Public Property ShowTip As Boolean
    'Usage
     
    
    Dim instance As TextTipFetchEventArgs
    Dim value As Boolean
     
    instance.ShowTip = value
     
    value = instance.ShowTip
    public bool ShowTip {get; set;}
    See Also