AutocompleteMenu.AlwaysShowTooltip Property

T3000 CrossPlatform

AutocompleteMenuAlwaysShowTooltip Property

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

Tooltip will perm show and duration will be ignored

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

Dim instance As AutocompleteMenu
Dim value As Boolean

value = instance.AlwaysShowTooltip

instance.AlwaysShowTooltip = value

Property Value

Type: Boolean
See Also