Click or drag to resize
ExtendedTextAreaShowToolbar Property
Gets or sets if the toolbar is shown in the code editor.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public bool ShowToolbar { get; set; }

Property Value

Type: Boolean
True, if the toolbar should be visible, otherwise false. Default is true.
See Also