FastColoredTextBox.AcceptsReturn Property

T3000 CrossPlatform

FastColoredTextBoxAcceptsReturn Property

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

Indicates if return characters are accepted as input

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

Dim instance As FastColoredTextBox
Dim value As Boolean

value = instance.AcceptsReturn

instance.AcceptsReturn = value

Property Value

Type: Boolean
See Also