Click or drag to resize
MacroEditorSingleLineMode Property
Determines whether the editor is in single line mode (i.e. only one line of text can be edited).

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public bool SingleLineMode { get; set; }

Property Value

Type: Boolean
See Also