Specifies where a tool is plugged in to the editor.
Namespace:
EPiServer.EditorAssembly: EPiServer (in EPiServer.dll) Version: 6.1.379.0
Syntax
| C# |
|---|
public enum ToolUsage |
Members
| Member name | Description | |
|---|---|---|
| None |
The tool will not be used by the editor.
| |
| Toolbar |
Plug-in extends the DHTML Editor tool bar.
| |
| ContextMenu |
Plug-in extends the context (right-click) menu.
| |
| Hidden |
Plug-in has no visual appearance.
| |
| All |
Plug-in is used in toolbar and context menu.
|