UltimateEditor Class Library

UltimateEditor.HtmlTabEnabled Property

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

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

Property Value

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

Remarks

Use this property to enable the HTML tab.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace