RadEditor for ASP.NET

RadEditor Send comments on this topic.
ShowPreviewMode Property
See Also 
Telerik.WebControls Namespace > RadEditor Class : ShowPreviewMode Property


Gets or sets the value indicating whether the [Preview Mode] icon will be displayed.   

 

Namespace: Telerik.WebControls
Assembly: RadEditor (in RadEditor.dll)

Syntax

Visual Basic (Declaration) 
Public Property ShowPreviewMode As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RadEditor
Dim value As Boolean
 
instance.ShowPreviewMode = value
 
value = instance.ShowPreviewMode
C# 
public bool ShowPreviewMode {get; set;}

Return Value

true when the [Preview Mode] icon is displayed; otherwise false. The default value is true.

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also