Gets or sets the ID of the skin to be used by toolbars.
[Visual Basic]
Public Property ToolBarSkin As
String
[C#]
public
String ToolBarSkin {get; set;}
Remarks
This property is used on ToolBar controls that are automatically created by the editor. It has no effect on ToolBar controls defined in CustomHeaderTemplate.
See customizing toolbar for more details about how to customize toolbars.
See Also
Editor Class | EO.Web Namespace