Xceed SmartUI for WinForms v3.6 Documentation
ThemePart Enumeration


Xceed.SmartUI.UIStyle.v3.6 Assembly > Xceed.SmartUI.UIStyle Namespace : ThemePart Enumeration
Value representing the various parts of a theme.
Syntax
'Declaration
 
Public Enum ThemePart 
   Inherits System.Enum
'Usage
 
Dim instance As ThemePart
public enum ThemePart : System.Enum 
Members
MemberDescription
CheckBoxA checkbox as painted by the Windows theme.
CheckBoxCheckedA checkbox as painted by the Windows theme when it is checked.
CheckBoxCheckedDisabledA checkbox as painted by the Windows theme when it is checked and disabled.
CheckBoxCheckedDownA checkbox as painted by the Windows theme when it is checked and the mouse button is pressed over it.
CheckBoxCheckedOverA checkbox as painted by the Windows theme when it is checked and the mouse passes over it.
CheckBoxDisabledA checkbox as painted by the Windows theme when it is disabled.
CheckBoxDownA checkbox as painted by the Windows theme when a mouse button is pressed over it.
CheckBoxMixedA checkbox in an indeterminate state as painted by the Windows theme.
CheckBoxMixedDisabledA checkbox in an indeterminate state as painted by the Windows theme when it is disabled.
CheckBoxMixedDownA checkbox in an indeterminate state as painted by the Windows theme when a mouse button is pressed over it.
CheckBoxMixedOverA checkbox in an indeterminate state as painted by the Windows theme when the mouse passes over it.
CheckBoxOverA checkbox as painted by the Windows theme when the mouse passes over it.
ChevronA chevron as painted by the Windows theme.
ComboBoxBorderA combobox's border as painted by the Windows theme.
ComboBoxBorderDisabledA combobox's border as painted by the Windows theme when it is disabled.
ComboBoxButtonA combobox's button as painted by the Windows theme.
ComboBoxButtonDisabledA combobox's button as painted by the Windows theme when it is disabled.
ComboBoxButtonDownA combobox's button as painted by the Windows theme when a mouse button is pressed over it.
ComboBoxButtonOverA combobox's button as painted by the Windows theme when a mouse button passed over it.
ExplorerTaskPaneBackgroundThe background of the Explorer taskpane as painted by the Windows theme.
GroupBoxA group box as painted by the Windows theme.
ListBoxBorderA listbox's border as painted by the Windows theme.
MDICloseButtonA close control button as painted by the Windows theme.
MDICloseButtonDisabledA close control button as painted by the Windows theme when it is disabled.
MDICloseButtonDownA close control button as painted by the Windows theme when a mouse button is pressed over it.
MDICloseButtonOverA close control button as painted by the Windows theme when the mouse passes over it.
MDIMinimizeButtonA minimize control button as painted by the Windows theme.
MDIMinimizeButtonDisabledA minimize control button as painted by the Windows theme when it is disabled.
MDIMinimizeButtonDownA minimize control button as painted by the Windows theme when a mouse button is pressed over it.
MDIMinimizeButtonOverA minimize control button as painted by the Windows theme when the mouse passes over it.
MDIRestoreButtonA restore control button as painted by the Windows theme.
MDIRestoreButtonDisabledA restore control button as painted by the Windows theme when it is disabled.
MDIRestoreButtonDownA restore control button as painted by the Windows theme when a mouse button is pressed over it.
MDIRestoreButtonOverA restore control button as painted by the Windows theme when the mouse passes over it.
MenuStripA menu strip as painted by the Windows theme.
MenuStripExtendA menu strip as painted by the Windows theme when it is extended.
NoneNot a theme part.
NormalGroupCollapseA collapsed normal group as painted by the Windows theme.
NormalGroupCollapseOverA collapsed normal group as painted by the Windows theme when the mouse passes over it.
NormalGroupExpandAn expanded normal group as painted by the Windows theme.
NormalGroupExpandOverAn expanded normal group as painted by the Windows theme when the mouse passes over it.
NormalGroupHeaderBackgroundThe background of a normal group's header as painted by the Windows theme.
NormalGroupPanelBackgroundThe background of a normal group's panel as painted by the Windows theme.
PanelA panel as painted by the Windows theme.
ProgressBarA progress bar as painted by the Windows theme.
ProgressChunkA progress bar's step as painted by the Windows theme.
RadioButtonA radio button as painted by the Windows theme.
RadioButtonCheckedA radio button as painted by the Windows theme when it is checked.
RadioButtonCheckedDisabledA radio button as painted by the Windows theme when it is checked and disabled.
RadioButtonCheckedDownA radio button as painted by the Windows theme when it is checked and the mouse button is pressed over it.
RadioButtonCheckedOverA radio button as painted by the Windows theme when it is checked and the mouse passes over it.
RadioButtonDisabledA radio button as painted by the Windows theme when it is disabled.
RadioButtonDownA radio button as painted by the Windows theme when a mouse button is pressed over it.
RadioButtonOverA radio button as painted by the Windows theme when the mouse passes over it.
RebarBackgroundThe background of a toolbar as painted by the Windows theme.
ScrollBarSizeBoxA scrollbar size box as painted by the Windows theme.
ScrollDownButtonA down scroll button as painted by the Windows theme.
ScrollDownButtonDisabledA down scroll button as painted by the Windows theme when it is disabled.
ScrollDownButtonDownA down scroll button as painted by the Windows theme when a mouse button is pressed over it.
ScrollDownButtonOverA down scroll button as painted by the Windows theme when the mouse passes over it.
ScrollGripperA horizontal scroll gripper as painted by the Windows theme.
ScrollGripperDisabledA horizontal scroll gripper as painted by the Windows theme when it is disabled.
ScrollGripperDownA horizontal scroll gripper as painted by the Windows theme when a mouse button is pressed over it.
ScrollGripperOverA horizontal scroll gripper as painted by the Windows theme when the mouse passes over it.
ScrollGripperVerticalA vertical scroll gripper as painted by the Windows theme.
ScrollGripperVerticalDisabledA vertical scroll gripper as painted by the Windows theme when it is disabled.
ScrollGripperVerticalDownA vertical scroll gripper as painted by the Windows theme when a mouse button is pressed over it.
ScrollGripperVerticalOverA vertical scroll gripper as painted by the Windows theme when the mouse button passes over it.
ScrollLeftButtonA left scroll button as painted by the Windows theme.
ScrollLeftButtonDisabledA left scroll button as painted by the Windows theme when it is disabled.
ScrollLeftButtonDownA left scroll button as painted by the Windows theme when a mouse button is pressed over it.
ScrollLeftButtonOverA left scroll button as painted by the Windows theme when the mouse passed over it.
ScrollRightButtonA right scroll button as painted by the Windows theme.
ScrollRightButtonDisabledA right scroll button as painted by the Windows theme when it is disabled.
ScrollRightButtonDownA right scroll button as painted by the Windows theme when a mouse button is pressed over it.
ScrollRightButtonOverA right scroll button as painted by the Windows theme when the mouse passed over it.
ScrollShaftA horizontal scroll shaft as painted by the Windows theme.
ScrollShaftDisabledA horizontal scroll shaft as painted by the Windows theme when it is disabled.
ScrollShaftDownA horizontal scroll shaft as painted by the Windows theme when a mouse button is pressed over it.
ScrollShaftOverA horizontal scroll shaft as painted by the Windows theme when the mouse passes over it.
ScrollShaftVerticalA vertical scroll shaft as painted by the Windows theme.
ScrollShaftVerticalDisabledA vertical scroll shaft as painted by the Windows theme when it is disabled.
ScrollShaftVerticalDownA vertical scroll shaft as painted by the Windows theme when a mouse button is pressed over it..
ScrollShaftVerticalOverA vertical scroll shaft as painted by the Windows theme when the mouse passes over it.
ScrollThumbA horizontal scroll thumb as painted by the Windows theme.
ScrollThumbDisabledA horizontal scroll thumb as painted by the Windows theme when it is disabled.
ScrollThumbDownA horizontal scroll thumb as painted by the Windows theme when a mouse button is pressed over it.
ScrollThumbOverA horizontal scroll thumb as painted by the Windows theme when the mouse passes over it.
ScrollThumbVerticalA vertical scroll thumb as painted by the Windows theme.
ScrollThumbVerticalDisabledA vertical scroll thumb as painted by the Windows theme when it is disabled.
ScrollThumbVerticalDownA vertical scroll thumb as painted by the Windows theme when a mouse button is pressed over it.
ScrollThumbVerticalOverA vertical scroll thumb as painted by the Windows theme when the mouse passes over it.
ScrollUpButtonAn up scroll button as painted by the Windows theme.
ScrollUpButtonDisabledAn up scroll button as painted by the Windows theme when it is disabled.
ScrollUpButtonDownAn up scroll button as painted by the Windows theme when a mouse button is pressed over it
ScrollUpButtonOverAn up scroll button as painted by the Windows theme when the mouse passes over it.
ShortcutBarHeaderBackgroundThe background of a shortcut bar's header as painted by the Windows theme.
ShortcutBarHeaderItemA shortcut bar's header as painted by the Windows theme.
ShortcutBarHeaderItemDownA shortcut bar's header as painted by the Windows theme when a mouse button is pressed over it.
ShortcutBarHeaderItemOverA shortcut bar's header as painted by the Windows theme when the mouse passes over it.
SpecialGroupCollapseA collapsed special group as painted by the Windows theme.
SpecialGroupCollapseOverA collapsed special group as painted by the Windows theme when the mouse passes over it.
SpecialGroupExpandAn expanded special group as painted by the Windows theme.
SpecialGroupExpandOverAn expanded special group as painted by the Windows theme when the mouse passes over it.
SpecialGroupHeaderBackgroundThe background of a special group's header as painted by the Windows theme.
SpecialGroupPanelBackgroundThe background of a special group's panel as painted by the Windows theme.
StatusBarBackgroundThe background of a statusbar as painted by the Windows theme.
StatusBarGripperA statusbar's gripper as painted by the Windows theme.
StatusBarGripperPanelA statusbar's gripper panel as painted by the Windows theme.
TabBackgroundA tab's background as painted by the Windows theme.
TabEdgeA tab's edge as painted by the Windows theme.
TextBoxBorderA textbox's border as painted by the Windows theme.
ToolA tool as painted by the Windows theme.
ToolBarBeamA toolbar beam as painted by the Office 2003 theme.
ToolCheckedA tool as painted by the Windows theme when it is checked.
ToolCheckedOverA tool as painted by the Windows theme when it is checked and the mouse passes over it.
ToolDownA tool as painted by the Windows theme when a mouse button is pressed over it.
ToolMixedA mixed tool as painted by the Windows theme. A mixed tool is a tool that has both a button and a dropdown.
ToolMixedDownA mixed tool as painted by the Windows theme when a mouse button is pressed over it. A mixed tool is a tool that has both a button and a dropdown.
ToolMixedDropDownA mixed tool's dropdown as painted by the Windows theme. A mixed tool is a tool that has both a button and a dropdown.
ToolMixedDropDownDownA mixed tool's dropdown as painted by the Windows theme when a mouse button is pressed over it. A mixed tool is a tool that has both a button and a dropdown.
ToolMixedDropDownOverA mixed tool's dropdown as painted by the Windows theme when the mouse passes over it. A mixed tool is a tool that has both a button and a dropdown.
ToolMixedOverA mixed tool as painted by the Windows theme when the mouse passes over it. A mixed tool is a tool that has both a button and a dropdown.
ToolOverA tool as painted by the Windows theme when the mouse passes over it.
ToolSeparatorA horizontal tool separator as painted by the Windows theme.
ToolSeparatorVerticalA horizontal tool separator as painted by the Windows theme.
TreeCollapseA collapsed tree as painted by the Windows theme.
TreeExpandAn expanded tree as painted by the Windows theme.
Remarks

A theme part represents a graphical element that can be found throughout Windows.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.SmartUI.UIStyle.ThemePart

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.SmartUI.UIStyle Namespace