HTML Editor for ASP.NET AJAX
ToolstripBackgroundImageCustomPath Property
Server ReferenceWinthusiasm.HtmlEditorHtmlEditorToolstripBackgroundImageCustomPath
The toolstrip background image custom path.
Declaration Syntax
C#
public string ToolstripBackgroundImageCustomPath { get; set; }
Remarks
Set this to the absolute Url of the custom toolstrip background images if HtmlEditor..::.ToolstripBackgroundImageType is set to Custom.

The following images must be created:
File NameSize
Begin.bmp
2 x 25
Body.bmp
1 x 25
End.bmp
2 x 25
Separator.gif
7 x 25
Sidebar.bmp
26 x 1

Examples
Set the property declaratively in the HtmlEditor tag:
CopyC#
ToolstripBackgroundImageCustomPath = "~/Images/MyToolstripBackgroundImages"

Assembly: Winthusiasm.HtmlEditor (Module: Winthusiasm.HtmlEditor) Version: 2.3.0.0 (2.3.0.0)