AutocompleteMenu.Show Method (Boolean)

T3000 CrossPlatform

AutocompleteMenuShow Method (Boolean)

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

Shows popup menu immediately

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public void Show(
	bool forced
)
Public Sub Show ( 
	forced As Boolean
)

Dim instance As AutocompleteMenu
Dim forced As Boolean

instance.Show(forced)

Parameters

forced
Type: SystemBoolean
If True - MinFragmentLength will be ignored
See Also