AutocompleteMenu.ToolTipDuration Property

T3000 CrossPlatform

AutocompleteMenuToolTipDuration Property

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

Tooltip duration (ms)

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

Dim instance As AutocompleteMenu
Dim value As Integer

value = instance.ToolTipDuration

instance.ToolTipDuration = value

Property Value

Type: Int32
See Also