Click or drag to resize

PaletteBorderStyle Enumeration

Specifies the style of border.

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 PaletteBorderStyle
Members
  Member nameValueDescription
ButtonStandalone0 Specifies a border style appropriate for a standalone button style.
ButtonAlternate1 Specifies a border style appropriate for an alternate standalone button style.
ButtonLowProfile2 Specifies a border style appropriate for a low profile button style.
ButtonButtonSpec3 Specifies a border style appropriate for a button spec style.
ButtonBreadCrumb4 Specifies a border style appropriate for a bread crumb.
ButtonCalendarDay5 Specifies a border style appropriate for a calendar day.
ButtonCluster6 Specifies a border style appropriate for a ribbon cluster button.
ButtonGallery7 Specifies a border style appropriate for a gallery button style.
ButtonNavigatorStack8 Specifies a border style appropriate for a navigator stack.
ButtonNavigatorOverflow9 Specifies a border style appropriate for a navigator overflow button.
ButtonNavigatorMini10 Specifies a border style appropriate for a navigator mini button.
ButtonInputControl11 Specifies a border style appropriate for an input control button.
ButtonListItem12 Specifies a border style appropriate for a list item button.
ButtonForm13 Specifies a border style appropriate for a form level button.
ButtonFormClose14 Specifies a border style appropriate for a form level close button.
ButtonCommand15 Specifies a border style appropriate for a command button.
ButtonCustom116 Specifies a border style appropriate for the first custom button style.
ButtonCustom217 Specifies a border style appropriate for the second custom button style.
ButtonCustom318 Specifies a border style appropriate for the third custom button style.
ControlClient19 Specifies a border style appropriate for a client control style.
ControlAlternate20 Specifies a border style appropriate for an alternate control style.
ControlGroupBox21 Specifies a border style appropriate for a group box.
ControlToolTip22 Specifies a border style appropriate for an a tool tip popup.
ControlRibbon23 Specifies a border style appropriate for a ribbon style control.
ControlRibbonAppMenu24 Specifies a border style appropriate for a ribbon application button menu control.
ControlCustom125 Specifies a border style appropriate for the first custom control style.
ContextMenuOuter26 Specifies a border style appropriate for the outer part of a context menu control.
ContextMenuInner27 Specifies a border style appropriate for the inner part of a context menu control.
ContextMenuHeading28 Specifies a border style appropriate for a context menu heading.
ContextMenuSeparator29 Specifies a border style appropriate for a context menu separator.
ContextMenuItemImage30 Specifies a border style appropriate for a context menu image.
ContextMenuItemSplit31 Specifies a border style appropriate for the vertical split of a context menu item.
ContextMenuItemImageColumn32 Specifies a border style appropriate for a context menu image column.
ContextMenuItemHighlight33 Specifies a border style appropriate for a context menu highlight column.
InputControlStandalone34 Specifies a border style appropriate for a standalone input control.
InputControlRibbon35 Specifies a border style appropriate for a ribbon style input control.
InputControlCustom136 Specifies a border style appropriate for the first custom input control style.
GridHeaderColumnList37 Specifies a border style appropriate for column headers in a list style grid.
GridHeaderRowList38 Specifies a border style appropriate for row headers in a list style grid.
GridDataCellList39 Specifies a border style appropriate for data cells in a list style grid.
GridHeaderColumnSheet40 Specifies a border style appropriate for column headers in a sheet style grid.
GridHeaderRowSheet41 Specifies a border style appropriate for row headers in a sheet style grid.
GridDataCellSheet42 Specifies a border style appropriate for data cells in a sheet style grid.
GridHeaderColumnCustom143 Specifies a border style appropriate for column headers in a custom grid style.
GridHeaderRowCustom144 Specifies a border style appropriate for row headers in a custom grid style.
GridDataCellCustom145 Specifies a border style appropriate for data cells in a custom grid style.
HeaderPrimary46 Specifies a border style appropriate for a primary header style.
HeaderSecondary47 Specifies a border style appropriate for a secondary header style.
HeaderDockInactive48 Specifies a border style appropriate for an inactive docking header.
HeaderDockActive49 Specifies a border style appropriate for an active docking header.
HeaderForm50 Specifies a border style appropriate for a main form header style.
HeaderCalendar51 Specifies a border style appropriate for a calendar title area.
HeaderCustom152 Specifies a border style appropriate for the first custom header style.
HeaderCustom253 Specifies a border style appropriate for the second custom header style.
SeparatorLowProfile54 Specifies a border style appropriate for a low profile separator style.
SeparatorHighProfile55 Specifies a border style appropriate for a high profile separator style.
SeparatorHighInternalProfile56 Specifies a border style appropriate for a high profile for internal separator style.
SeparatorCustom157 Specifies a border style appropriate for the first custom separator style.
TabHighProfile58 Specifies a border style appropriate for a high profile tab.
TabStandardProfile59 Specifies a border style appropriate for a standard profile tab.
TabLowProfile60 Specifies a border style appropriate for a low profile tab.
TabOneNote61 Specifies a border style appropriate for a OneNote tab.
TabDock62 Specifies a border style appropriate for a docking tab.
TabDockAutoHidden63 Specifies a border style appropriate for a auto hidden docking tab.
TabCustom164 Specifies a border style appropriate for the first custom tab style.
TabCustom265 Specifies a border style appropriate for the second custom tab style.
TabCustom366 Specifies a border style appropriate for the third custom tab style.
FormMain67 Specifies a border style appropriate for a main form.
FormCustom168 Specifies a border style appropriate for the first custom form style.
See Also