Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TipNotify Class / ToolTipSpan Property


In This Topic
    ToolTipSpan Property
    In This Topic
    Gets or sets the period of time, in milliseconds, the tool tip is displayed.
    Syntax
    'Declaration
     
    
    Public Property ToolTipSpan As Integer
    'Usage
     
    
    Dim instance As TipNotify
    Dim value As Integer
     
    instance.ToolTipSpan = value
     
    value = instance.ToolTipSpan
    public int ToolTipSpan {get; set;}

    Property Value

    A System.Int32 value that indicates the period of time, in milliseconds, the tool tip is displayed. The default is 5000.
    Exceptions
    ExceptionDescription
    The assigned value is less than 0.
    Remarks
    If the value is set to 0, the action uses a value of 5000.
    See Also