Gets or sets whether the content should be limited to a single line.
Namespace: Sgry.Azuki.WinFormsAssembly: 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: BooleanImplements
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.