Click or drag to resize

PaletteContentStyle Enumeration

Specifies the style of content.

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 PaletteContentStyle
Members
  Member nameValueDescription
ButtonStandalone0 Specifies a content style appropriate for a standalone button style.
ButtonAlternate1 Specifies a content style appropriate for an alternate standalone button style.
ButtonLowProfile2 Specifies a content style appropriate for a low profile button style.
ButtonButtonSpec3 Specifies a content style appropriate for a button spec.
ButtonBreadCrumb4 Specifies a content style appropriate for a bread crumb.
ButtonCalendarDay5 Specifies a content style appropriate for a calendar day.
ButtonCluster6 Specifies a content style appropriate for a ribbon cluster button.
ButtonGallery7 Specifies a content style appropriate for a ribbon gallery button.
ButtonNavigatorStack8 Specifies a content style appropriate for a navigator stack.
ButtonNavigatorOverflow9 Specifies a content style appropriate for a navigator overflow button.
ButtonNavigatorMini10 Specifies a content style appropriate for a navigator mini button.
ButtonInputControl11 Specifies a content style appropriate for an input control button.
ButtonListItem12 Specifies a content style appropriate for a list item button.
ButtonForm13 Specifies a content style appropriate for a form level button.
ButtonFormClose14 Specifies a content style appropriate for a form level close button.
ButtonCommand15 Specifies a content style appropriate for a command button.
ButtonCustom116 Specifies a content style appropriate for the first custom button style.
ButtonCustom217 Specifies a content style appropriate for the second custom button style.
ButtonCustom318 Specifies a content style appropriate for the third custom button style.
ContextMenuHeading19 Specifies a content style appropriate for a context menu heading.
ContextMenuItemImage20 Specifies a content style appropriate for the image of a context menu item.
ContextMenuItemTextStandard21 Specifies a content style appropriate for the text/extra text of a standard context menu item.
ContextMenuItemTextAlternate22 Specifies a content style appropriate for the text/extra text of a alternate context menu item.
ContextMenuItemShortcutText23 Specifies a content style appropriate for the shortcut text of a context menu item.
GridHeaderColumnList24 Specifies a border style appropriate for column headers in a list style grid.
GridHeaderRowList25 Specifies a border style appropriate for column rows in a list style grid.
GridDataCellList26 Specifies a border style appropriate for data cells in a list style grid.
GridHeaderColumnSheet27 Specifies a border style appropriate for column headers in a sheet style grid.
GridHeaderRowSheet28 Specifies a border style appropriate for column rows in a sheet style grid.
GridDataCellSheet29 Specifies a border style appropriate for data cells in a sheet style grid.
GridHeaderColumnCustom130 Specifies a border style appropriate for column headers in a custom grid style.
GridHeaderRowCustom131 Specifies a border style appropriate for column rows in a custom grid style.
GridDataCellCustom132 Specifies a border style appropriate for data cells in a custom grid style.
HeaderPrimary33 Specifies a content style appropriate for a primary Header.
HeaderSecondary34 Specifies a content style appropriate for a secondary Header.
HeaderDockInactive35 Specifies a content style appropriate for an inactive docking header.
HeaderDockActive36 Specifies a content style appropriate for an active docking header.
HeaderForm37 Specifies a content style appropriate for a main form header style.
HeaderCalendar38 Specifies a content style appropriate for a calendar title area.
HeaderCustom139 Specifies a content style appropriate for the first custom header style.
HeaderCustom240 Specifies a content style appropriate for the second custom header style.
LabelNormalControl41 Specifies a normal label for use on a control style background.
LabelBoldControl42 Specifies a bold label for use on a control style background.
LabelItalicControl43 Specifies an italic label for use on a control style background.
LabelTitleControl44 Specifies a label appropriate for titles for use on a control style background.
LabelNormalPanel45 Specifies a normal label for use on a panel style background.
LabelBoldPanel46 Specifies a bold label for use on a panel style background.
LabelItalicPanel47 Specifies a italic label for use on a panel style background.
LabelTitlePanel48 Specifies a label appropriate for titles for use on a panel style background.
LabelGroupBoxCaption49 Specifies a normal label for use on a group box panel style background.
LabelToolTip50 Specifies a label style appropriate for a tooltip popup.
LabelSuperTip51 Specifies a label style appropriate for a super tooltip popup.
LabelKeyTip52 Specifies a label style appropriate for a key tooltip popup.
LabelCustom153 Specifies the first custom label style.
LabelCustom254 Specifies the second custom label style.
LabelCustom355 Specifies the third custom label style.
TabHighProfile56 Specifies a content style appropriate for a high profile tab.
TabStandardProfile57 Specifies a content style appropriate for a standard profile tab.
TabLowProfile58 Specifies a content style appropriate for a low profile tab.
TabOneNote59 Specifies a content style appropriate for a OneNote tab.
TabDock60 Specifies a content style appropriate for a docking tab.
TabDockAutoHidden61 Specifies a content style appropriate for a auto hidden docking tab.
TabCustom162 Specifies a content style appropriate for the first custom tab style.
TabCustom263 Specifies a content style appropriate for the second custom tab style.
TabCustom364 Specifies a content style appropriate for the third custom tab style.
InputControlStandalone65 Specifies a content style appropriate for a standalone input control.
InputControlRibbon66 Specifies a content style appropriate for a ribbon style input control.
InputControlCustom167 Specifies a content style appropriate for the first custom input control style.
See Also