Click or drag to resize

ButtonStyle Enumeration

Specifies the button style.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum ButtonStyle
Members
  Member nameValueDescription
Standalone0 Specifies a standalone button style.
Alternate1 Specifies an alternate standalone button style.
LowProfile2 Specifies a low profile button style.
ButtonSpec3 Specifies a button spec usage style.
BreadCrumb4 Specifies a button style appropriate for bread crumbs.
CalendarDay5 Specifies a button style appropriate for calendar day.
Cluster6 Specifies a ribbon cluster button usage style.
Gallery7 Specifies a ribbon gallery button usage style.
NavigatorStack8 Specifies a navigator stack usage style.
NavigatorOverflow9 Specifies a navigator overflow usage style.
NavigatorMini10 Specifies a navigator mini usage style.
InputControl11 Specifies an input control usage style.
ListItem12 Specifies a list item usage style.
Form13 Specifies a form level style.
FormClose14 Specifies a form close button.
Command15 Specifies a command button.
Custom116 Specifies the first custom button style.
Custom217 Specifies the second custom button style.
Custom318 Specifies the third custom button style.
See Also