Gets or sets whether the content should be limited to a single line.

Namespace: Sgry.Azuki.WinForms
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public bool IsSingleLineMode { get; set; }
Visual Basic
Public Property IsSingleLineMode As Boolean
	Get
	Set

Property Value

Type: Boolean

Implements

IUserInterface..::..IsSingleLineMode

Remarks

If this property was set to true, Azuki does not accept EOL characters so that the content is always consisted with just one line.

The default value is false.

See Also