AutocompleteMenu.MinFragmentLength Property

T3000 CrossPlatform

AutocompleteMenuMinFragmentLength Property

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

Minimum fragment length for popup

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

Dim instance As AutocompleteMenu
Dim value As Integer

value = instance.MinFragmentLength

instance.MinFragmentLength = value

Property Value

Type: Int32
See Also