constants BackgroundPartEnum
The BackgroundPartEnum type indicates parts in the control. Use the Background property to specify a background color or a visual appearance for specific parts in the control. A Color expression that indicates the background color for a specified part. The last 7 bits in the high significant byte of the color to indicates the identifier of the skin being used. Use the Add method to add new skins to the control. If you need to remove the skin appearance from a part of the control you need to reset the last 7 bits in the high significant byte of the color being applied to the background's part.

NameValueDescription
exToolTipAppearance64 Specifies the visual appearance of the borders of the tooltips.
exToolTipBackColor65 Specifies the tooltip's background color.
exToolTipForeColor66 Specifies the tooltip's foreground color.
exCheckBoxState070 Specifies the visual appearance for the check box in 0 state (unchecked).
exCheckBoxState171 Specifies the visual appearance for the check box in 1 state (checked).
exCheckBoxState272 Specifies the visual appearance for the check box in 2 state (partial, not used).
exRadioButtonState073 Specifies the visual appearance for the radio button in 0 state (unchecked).
exRadioButtonState174 Specifies the visual appearance for the radio button in 1 state (checked).
exMenuFlatLineColor100 Specifies the color to show the vertical line on flat appearance.
exMenuScrollBackColor101 Specifies the background color to show the menu's scroll bars.
exMenuSelBorderColor102 Specifies the color to show the frame arround the selected item.
exMenuSeparatorItem103 Specifies the color to show the separator item.
exMenuButtonItem104 Specifies the visual appearance for an item, when the Appearance property is Button.
exGroupPopupFrameSingle105 Specifies the visual appearance/solid color of the frame around the grouping items, when its group includes a single item. The GroupPopup property specifies the way the item's submenu are grouped. Use the exGroupPopupFrameSingle, exGroupPopupFrameHStart, exGroupPopupFrameHIntermediate and exGroupPopupFrameHEnd to specify a different visual appearance for the frame around grouping items (horizontally).

The following screen shot shows the grouping items with an EBN frame:

which has been created using the following 4 EBNs:

 

exGroupPopupFrameHStart106 Specifies the visual appearance/solid color of the frame around the first item ( horizontally arranged ), when the its group includes more items. The GroupPopup property specifies the way the item's submenu are grouped. Use the exGroupPopupFrameSingle, exGroupPopupFrameHStart, exGroupPopupFrameHIntermediate and exGroupPopupFrameHEnd to specify a different visual appearance for the frame around grouping items (horizontally).
exGroupPopupFrameHIntermediate107 Specifies the visual appearance/solid color of the frame around an intermediate item ( not start or end item, horizontally arranged ), when the its group includes more items. The GroupPopup property specifies the way the item's submenu are grouped. Use the exGroupPopupFrameSingle, exGroupPopupFrameHStart, exGroupPopupFrameHIntermediate and exGroupPopupFrameHEnd to specify a different visual appearance for the frame around grouping items (horizontally).
exGroupPopupFrameHEnd108 Specifies the visual appearance/solid color of the frame around the last item ( not start or intermediate item, horizontally arranged ), when the its group includes more items. The GroupPopup property specifies the way the item's submenu are grouped. Use the exGroupPopupFrameSingle, exGroupPopupFrameHStart, exGroupPopupFrameHIntermediate and exGroupPopupFrameHEnd to specify a different visual appearance for the frame around grouping items (horizontally).
exGroupPopupFrameSolid109 Specifies the solid color of the frame around the grouping items.
exMenuHotBackColor110 Specifies the visual appearance/color to show the item from the cursor.
exMenuHotForeColor111 Specifies the foreground color to show the item from the cursor.
exMenuSelHotBackColor112 Specifies the visual appearance/color to show the selected item from the cursor.
exMenuSelHotForeColor113 Specifies the foreground color to show the selected item from the cursor.
exMenuSeparatorSelectButton114 Specifies the visual appearance/color to show the separator between select and drop down button.
exMenuSeparatorSelectButtonBottom115 Specifies the visual appearance/color to show the separator between select and drop down button ( show the drop-down button to the bottom ).
exGroupPopupFrameVStart116 Specifies the visual appearance/solid color of the frame around the first item ( vertically arranged ), when the its group includes more items. The GroupPopup property specifies the way the item's submenu are grouped. Use the exGroupPopupFrameVStart, exGroupPopupFrameVIntermediate and exGroupPopupFrameVEnd to specify a different visual appearance for the frame around grouping items (vertically).

The following screen shot shows the grouping items with an EBN frame:

which has been created using the following 4 EBNs:




 
exGroupPopupFrameVIntermediate117 Specifies the visual appearance/solid color of the frame around an intermediate item ( not start or end item, vertically arranged ), when the its group includes more items. The GroupPopup property specifies the way the item's submenu are grouped. Use the exGroupPopupFrameVStart, exGroupPopupFrameVIntermediate and exGroupPopupFrameVEnd to specify a different visual appearance for the frame around grouping items (vertically).
exGroupPopupFrameVEnd118 Specifies the visual appearance/solid color of the frame around the last item ( not intermediate or end item, vertically arranged ), when the its group includes more items. The GroupPopup property specifies the way the item's submenu are grouped. Use the exGroupPopupFrameVStart, exGroupPopupFrameVIntermediate and exGroupPopupFrameVEnd to specify a different visual appearance for the frame around grouping items (vertically).