UltimateEditor Class Library

UltimateEditor.HtmlTabVisible Property

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

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

Property Value

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

Remarks

Use this property to display the HTML tab.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace