[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TipNotify.ToolTipSpan

ToolTipSpan Property

ToolTipSpan

Gets or sets the period of time, in milliseconds, the tool tip is displayed.

Declaration
public int ToolTipSpan { get; set; }
Public Property ToolTipSpan As Integer
Property Value
Type Description
int

A int value that indicates the period of time, in milliseconds, the tool tip is displayed. The default is 5000.

Remarks

If the value is set to 0, the action uses a value of 5000.

Exceptions
Type Condition
ArgumentOutOfRangeException

The assigned value is less than 0.