UltimateEditor Class Library

UltimateEditor.DesignTabVisible Property

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

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

Property Value

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

Remarks

Use this property to display the design tab.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace