Click or drag to resize

PaletteBackStyle Enumeration

Specifies the style of background.

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 PaletteBackStyle
Members
  Member nameValueDescription
ButtonStandalone0 Specifies a background style appropriate for a standalone button style.
ButtonAlternate1 Specifies a background style appropriate for an alternate standalone button style.
ButtonLowProfile2 Specifies a background style appropriate for a low profile button style.
ButtonButtonSpec3 Specifies a background style appropriate for a button spec.
ButtonBreadCrumb4 Specifies a background style appropriate for a bread crumb.
ButtonCalendarDay5 Specifies a background style appropriate for a calendar day.
ButtonCluster6 Specifies a background style appropriate for a ribbon cluster button.
ButtonGallery7 Specifies a background style appropriate for a gallery button style.
ButtonNavigatorStack8 Specifies a background style appropriate for a navigator stack.
ButtonNavigatorOverflow9 Specifies a background style appropriate for a navigator overflow button.
ButtonNavigatorMini10 Specifies a background style appropriate for a navigator mini button.
ButtonInputControl11 Specifies a background style appropriate for an input control button.
ButtonListItem12 Specifies a background style appropriate for a list item button.
ButtonForm13 Specifies a background style appropriate for a form level button.
ButtonFormClose14 Specifies a background style appropriate for a form level close button.
ButtonCommand15 Specifies a background style appropriate for a command button.
ButtonCustom116 Specifies a background style appropriate for the first custom button style.
ButtonCustom217 Specifies a background style appropriate for the second custom button style.
ButtonCustom318 Specifies a background style appropriate for the third custom button style.
ControlClient19 Specifies a background style appropriate for a client control style.
ControlAlternate20 Specifies a background style appropriate for an alternate control style.
ControlGroupBox21 Specifies a background style appropriate for a group box control style.
ControlToolTip22 Specifies a background style appropriate for a tool tip popup.
ControlRibbon23 Specifies a background style appropriate for a ribbon style control.
ControlRibbonAppMenu24 Specifies a background style appropriate for a ribbon application button menu control.
ControlCustom125 Specifies a background style appropriate for the first custom control style.
ContextMenuOuter26 Specifies a background style appropriate for the outer part of a context menu control.
ContextMenuInner27 Specifies a background style appropriate for the inner part of a context menu control.
ContextMenuHeading28 Specifies a background style appropriate for a context menu heading.
ContextMenuSeparator29 Specifies a background style appropriate for a context menu separator.
ContextMenuItemImage30 Specifies a background style appropriate for a context menu image.
ContextMenuItemSplit31 Specifies a background style appropriate for the vertical split of a context menu item.
ContextMenuItemImageColumn32 Specifies a background style appropriate for a context menu image column.
ContextMenuItemHighlight33 Specifies a background style appropriate for a context menu highlight column.
InputControlStandalone34 Specifies a background style appropriate for a standalone input control.
InputControlRibbon35 Specifies a background style appropriate for a ribbon style input control.
InputControlCustom136 Specifies a background style appropriate for the first custom input control style.
GridHeaderColumnList37 Specifies a background style appropriate for column headers in a list style grid.
GridHeaderRowList38 Specifies a background style appropriate for row headers in a list style grid.
GridDataCellList39 Specifies a background style appropriate for data cells in a list style grid.
GridBackgroundList40 Specifies a background style appropriate for blank areas in a list style grid.
GridHeaderColumnSheet41 Specifies a background style appropriate for column headers in a sheet style grid.
GridHeaderRowSheet42 Specifies a background style appropriate for row headers in a sheet style grid.
GridDataCellSheet43 Specifies a background style appropriate for data cells in a sheet style grid.
GridBackgroundSheet44 Specifies a background style appropriate for blank areas in a sheet style grid.
GridHeaderColumnCustom145 Specifies a background style appropriate for column headers in a custom grid style.
GridHeaderRowCustom146 Specifies a background style appropriate for row headers in a custom grid style.
GridDataCellCustom147 Specifies a background style appropriate for data cells in a custom grid style.
GridBackgroundCustom148 Specifies a background style appropriate for blank areas in a custom grid style.
HeaderPrimary49 Specifies a background style appropriate for a primary header style.
HeaderSecondary50 Specifies a background style appropriate for a secondary header style.
HeaderDockInactive51 Specifies a background style appropriate for an inactive docking header.
HeaderDockActive52 Specifies a background style appropriate for an active docking header.
HeaderForm53 Specifies a background style appropriate for a main form header style.
HeaderCalendar54 Specifies a background style appropriate for a calendar title area.
HeaderCustom155 Specifies a background style appropriate for the first custom header style.
HeaderCustom256 Specifies a background style appropriate for the second custom header style.
PanelClient57 Specifies a background style appropriate for a client panel style.
PanelAlternate58 Specifies a background style appropriate for an alternate panel style.
PanelRibbonActive59 Specifies a background style appropriate for an active ribbon.
PanelRibbonInactive60 Specifies a background style appropriate for an inactive ribbon.
PanelCustom161 Specifies a background style appropriate for the first custom panel style.
SeparatorLowProfile62 Specifies a background style appropriate for a low profile separator style.
SeparatorHighProfile63 Specifies a background style appropriate for a high profile separator style.
SeparatorHighInternalProfile64 Specifies a background style appropriate for a high profile for internal separator style.
SeparatorCustom165 Specifies a background style appropriate for the first custom separator style.
TabHighProfile66 Specifies a background style appropriate for a high profile tab.
TabStandardProfile67 Specifies a background style appropriate for a standard profile tab.
TabLowProfile68 Specifies a background style appropriate for a low profile tab.
TabOneNote69 Specifies a background style appropriate for a OneNote tab.
TabDock70 Specifies a background style appropriate for a docking tab.
TabDockAutoHidden71 Specifies a background style appropriate for a auto hidden docking tab.
TabCustom172 Specifies a background style appropriate for the first custom tab style.
TabCustom273 Specifies a background style appropriate for the second custom tab style.
TabCustom374 Specifies a background style appropriate for the third custom tab style.
FormMain75 Specifies a background style appropriate for a main form.
FormCustom176 Specifies a background style appropriate for the first custom form style.
See Also