ToolTipDelay Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Delay (ms) of ToolTip

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public int ToolTipDelay { get; set; }
Visual Basic
Public Property ToolTipDelay As Integer
	Get
	Set
Visual C++
public:
property int ToolTipDelay {
	int get ();
	void set (int value);
}

See Also