Namespace:
EPiServer.Editor
Assembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Assembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
public enum ToolUsage |
Members
| Member name | Description | |
|---|---|---|
| None | ||
| 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.
|