Sets the skin for how the toolbar is draw. You can create your custom skin or choose from predefined skins.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public string Skin { get; set; }
Visual Basic
Public Property Skin As String
	Get
	Set
Visual C++
public:
property String^ Skin {
	String^ get ();
	void set (String^ value);
}

See Also