RadEditor for ASP.NET

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


Gets or sets the name of the skin that is used by all editor components - toolbars, dialogs, etc.   

 

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

Syntax

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

Return Value

A string containing the name of the currently used skin. The default value is Default.

Remarks

The RadSpell control will use the value of this property for its own dialogs. If you want to specify different skin for RadSpell you should set its Skin property.

Requirements

RadEditor 6.0 or above.

See Also