Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.UIStyle.v3.6 Assembly / Xceed.SmartUI.UIStyle Namespace / ThemeColor Enumeration


In This Topic
    ThemeColor Enumeration
    In This Topic
    Value representing elements whose color depends on a Windows theme.
    Syntax
    'Declaration
     
    Public Enum ThemeColor 
       Inherits System.Enum
    'Usage
     
    Dim instance As ThemeColor
    public enum ThemeColor : System.Enum 
    Members
    MemberDescription
    CheckMenuBackgroundThe background color of a check menu item.
    CheckMenuBackgroundOverThe background color of a check menu item when the mouse passes over it.
    CheckMenuBorderThe color of a menu's border.
    CheckMenuBorderOverThe color of a menu's border when the mouse passes over it
    DropDownMenuThe color of a dropdown menu.
    DropDownMenuBorderThe color of a dropdown menu's border.
    DropDownMenuTextThe color of a drop down menu's text.
    ExplorerTaskPaneBorderThe color of an Explorer taskpane's border.
    ImageShadowThe color of an image's shadow.
    MenuItemBackgroundOverThe background color of a menu item when the mouse passes over it.
    MenuSeparatorThe color of a menu separator.
    MenuStripThe color of a menu strip.
    MenuStripExtendThe color of a menu strip when it is extended.
    NormalGroupTaskThe color of a normal group's task.
    NormalGroupTaskOverThe color of a normal group's task when the mouse passes over the task.
    NormalGroupTextThe color of a normal group's text.
    NormalGroupTextOverThe color of a normal group's text when the mouse passes over the group.
    OfficeTaskPaneThe background color of an OfficeTaskPane control.
    OfficeTaskPaneGroupThe color of a group's text.
    OfficeTaskPaneGroupUnderlineThe color of the underline under a group's title.
    OfficeTaskPaneTaskThe color of a task's text.
    SpecialGroupTaskThe color of a special group's task.
    SpecialGroupTaskOverThe color of a special group's task when the mouse passes over the task.
    SpecialGroupTextThe color of a special group's text.
    SpecialGroupTextOverThe color of a special group's text when the mouse passes over the group.
    StatusBarPanelBorderThe border color of a status bar's flat panel.
    TabStripThe color of a tab strip.
    ToolBackgroundCheckedThe background color of a tool when it is checked.
    ToolBackgroundDownThe background color of a tool when it is pressed.
    ToolBackgroundOverThe background color of a tool when the mouse passes over it.
    ToolBarThe color of a toolbar.
    ToolBorderCheckedThe color of a tool's border when the tool is checked.
    ToolBorderDownThe color of a tool's border when the tool is pressed.
    ToolBorderOverThe color of a tool's border when the mouse passes over the tool.
    ToolSeparatorThe color of a tool separator.
    ToolTextCheckedThe color of a tool's text when the tool is checked.
    ToolTextDownThe color of a tool's text when the tool is pressed.
    ToolTextOverThe color of a tool's text when the mouse passes over the tool.
    Inheritance Hierarchy

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

    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