[]
Gets or sets the period of time, in milliseconds, the tool tip is displayed.
public int ToolTipSpan { get; set; }
Public Property ToolTipSpan As Integer
Type | Description |
---|---|
int | A int value that indicates the period of time, in milliseconds, the tool tip is displayed. The default is 5000. |
If the value is set to 0, the action uses a value of 5000.
Type | Condition |
---|---|
ArgumentOutOfRangeException | The assigned value is less than 0. |