EditorToolType Enumeration |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic enum EditorToolType
Public Enumeration EditorToolType
public enum class EditorToolType
Members
| Member name | Value | Description |
---|
| Button | 1 |
A tool which will be rendered as a button
|
| DropDown | 2 |
A tool which will be rendered as a dropdown
|
| SplitButton | 4 |
A tool which will be rendered as a split button
|
| Separator | 8 |
A tool which will be rendered as a separator
|
| ToolStrip | 16 |
A tool which will be rendered as a toolstrip
|
See Also