Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Editor.ToolBarSkin Property

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


Direct link to this topic