AutocompleteMenu.AppearInterval Property

T3000 CrossPlatform

AutocompleteMenuAppearInterval Property

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

Interval of menu appear (ms)

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

Dim instance As AutocompleteMenu
Dim value As Integer

value = instance.AppearInterval

instance.AppearInterval = value

Property Value

Type: Int32
See Also