UltimateEditor Class Library

UltimateEditor.DesignTabEnabled Property

Gets or sets a value that indicates whether the design tab under the text box is enabled.

[Visual Basic]
Public Property DesignTabEnabled As Boolean
[C#]
public bool DesignTabEnabled {get; set;}

Property Value

true if the design tab is enabled; otherwise, false. The default value is true.

Remarks

Use this property to enable the design tab.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace