AutocompleteMenu.MaxTooltipSize Property

T3000 CrossPlatform

AutocompleteMenuMaxTooltipSize Property

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

Sets the max tooltip window size

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

Dim instance As AutocompleteMenu
Dim value As Size

value = instance.MaxTooltipSize

instance.MaxTooltipSize = value

Property Value

Type: Size
See Also