RadEditor for ASP.NET

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


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

 

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

Syntax

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

Return Value

true when the [Html 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