AutocompleteMenu.ToolTip Property

T3000 CrossPlatform

AutocompleteMenuToolTip Property

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

Tooltip

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

Dim instance As AutocompleteMenu
Dim value As ToolTip

value = instance.ToolTip

instance.ToolTip = value

Property Value

Type: ToolTip
See Also