The toolstrip background image custom path.
| C# |
public string ToolstripBackgroundImageCustomPath { get; set; }
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 |
Set the property declaratively in the HtmlEditor tag:
CopyC#
ToolstripBackgroundImageCustomPath = "~/Images/MyToolstripBackgroundImages"