Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TextTipFetchEventArgs Class / TipWidth Property


In This Topic
    TipWidth Property
    In This Topic
    Gets or sets the width of the text tip or cell note.
    Syntax
    'Declaration
     
    
    Public Property TipWidth As Integer
    'Usage
     
    
    Dim instance As TextTipFetchEventArgs
    Dim value As Integer
     
    instance.TipWidth = value
     
    value = instance.TipWidth
    public int TipWidth {get; set;}
    See Also