FastColoredTextBox.ToolTipDelay Property

T3000 CrossPlatform

FastColoredTextBoxToolTipDelay Property

[This is preliminary documentation and is subject to change.]

Delay (ms) of ToolTip

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public int ToolTipDelay { get; set; }
Public Property ToolTipDelay As Integer
	Get
	Set

Dim instance As FastColoredTextBox
Dim value As Integer

value = instance.ToolTipDelay

instance.ToolTipDelay = value

Property Value

Type: Int32
See Also