PaletteButtonStyle Enumeration |
Specifies the button style.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum PaletteButtonStyle
Members| Member name | Value | Description |
|---|
| Inherit | 0 |
Specifies button style should be inherited.
|
| Standalone | 1 |
Specifies a standalone button style.
|
| Alternate | 2 |
Specifies an alternative standalone button style.
|
| LowProfile | 3 |
Specifies a low profile button style.
|
| ButtonSpec | 4 |
Specifies a button spec usage style.
|
| BreadCrumb | 5 |
Specifies a bread crumb usage style.
|
| Cluster | 6 |
Specifies a ribbon cluster button usage style.
|
| NavigatorStack | 7 |
Specifies a navigator stack usage style.
|
| NavigatorOverflow | 8 |
Specifies a navigator outlook overflow usage style.
|
| NavigatorMini | 9 |
Specifies a navigator mini usage style.
|
| InputControl | 10 |
Specifies an input control usage style.
|
| ListItem | 11 |
Specifies a list item usage style.
|
| Form | 12 |
Specifies a form level button style.
|
| FormClose | 13 |
Specifies a form close level button style.
|
| Command | 14 |
Specifies a command button style.
|
| Custom1 | 15 |
Specifies the first custom button style.
|
| Custom2 | 16 |
Specifies the second custom button style.
|
| Custom3 | 17 |
Specifies the third custom button style.
|
See Also