Click or drag to resize
TextBoxControlIsTextArea Property
Gets (or sets) the value indicating if form control is displayed as TextArea control. If FALSE then form control is displayed as TextBox control. Setting this value is performed only if FieldInfo is null.

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

Property Value

Type: Boolean
See Also