UltimateEditor Class Library

UltimateEditor.PreviewTabVisible Property

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

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

Property Value

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

Remarks

Use this property to display the preview tab.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace