Click or drag to resize

PaletteButtonStyle Enumeration

Specifies the button style.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public enum PaletteButtonStyle
Members
  Member nameValueDescription
Inherit0 Specifies button style should be inherited.
Standalone1 Specifies a standalone button style.
Alternate2 Specifies an alternative standalone button style.
LowProfile3 Specifies a low profile button style.
ButtonSpec4 Specifies a button spec usage style.
BreadCrumb5 Specifies a bread crumb usage style.
Cluster6 Specifies a ribbon cluster button usage style.
NavigatorStack7 Specifies a navigator stack usage style.
NavigatorOverflow8 Specifies a navigator outlook overflow usage style.
NavigatorMini9 Specifies a navigator mini usage style.
InputControl10 Specifies an input control usage style.
ListItem11 Specifies a list item usage style.
Form12 Specifies a form level button style.
FormClose13 Specifies a form close level button style.
Command14 Specifies a command button style.
Custom115 Specifies the first custom button style.
Custom216 Specifies the second custom button style.
Custom317 Specifies the third custom button style.
See Also