FastColoredTextBox.Multiline Property

T3000 CrossPlatform

FastColoredTextBoxMultiline Property

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

Multiline

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

Dim instance As FastColoredTextBox
Dim value As Boolean

value = instance.Multiline

instance.Multiline = value

Property Value

Type: Boolean
See Also