UltimateEditor Class Library

UltimateEditor.PreviewTabEnabled Property

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

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

Property Value

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

Remarks

Use this property to enable the preview tab.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace