ManagementUIColorTable Class
Provides access to each color of the color table for a user interface (UI).
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | ManagementUIColorTable() | Initializes a new instance of the ManagementUIColorTable class. |
| Name | Description | |
|---|---|---|
![]() | CommandBarBorder | When overridden in a derived class, gets the color of the command bar border. |
![]() | CommandBarButtonPressed | When overridden in a derived class, gets the color of a command bar button in the pressed state. |
![]() | CommandBarButtonSelected | When overridden in a derived class, gets the color of a command bar button when the user moves the mouse pointer over it. |
![]() | CommandBarDragHandle | When overridden in a derived class, gets the color of the move handles that appear when the user drags a command bar. |
![]() | CommandBarDragHandleShadow | When overridden in a derived class, gets the color of the shadow that indicates that the user is dragging the command bar. |
![]() | CommandBarGradientBegin | When overridden in a derived class, gets the starting color of the gradient of the command bar. |
![]() | CommandBarGradientEnd | When overridden in a derived class, gets the ending color of the gradient of the command bar. |
![]() | CommandBarGradientMiddle | Gets the middle color of the gradient of the command bar. |
![]() | CommandBarSeparatorDark | When overridden in a derived class, gets the color of the drop-shadow effects on the command bar. |
![]() | CommandBarSeparatorLight | Gets the color used for the highlight effects on the command bar. |
![]() | ContentBackgroundGradientBegin | When overridden in a derived class, gets the starting color of the background gradient used in the user interface (UI). |
![]() | ContentBackgroundGradientEnd | When overridden in a derived class, gets the ending color of the background gradient used in the user interface (UI). |
![]() | ContentBorder | When overridden in a derived class, gets the color of the border of the user interface (UI). |
![]() | Hyperlink | When overridden in a derived class, gets the color of an active hyperlink that the user has not clicked in the command bar. |
![]() | HyperlinkPressed | When overridden in a derived class, gets the color of an active hyperlink that the user has clicked in the command bar. |
![]() | ImageMarginGradientBegin | When overridden in a derived class, gets the starting color of the image margin gradient. |
![]() | ImageMarginGradientEnd | When overridden in a derived class, gets the ending color of the image margin gradient. |
![]() | ImageMarginGradientMiddle | When overridden in a derived class, gets the middle color of the image margin gradient. |
![]() | MenuBarGradientBegin | When overridden in a derived class, gets the starting color of the menu bar gradient. |
![]() | MenuBarGradientEnd | When overridden in a derived class, gets the ending color of the menu bar gradient. |
![]() | MenuBorder | When overridden in a derived class, gets the border color of a menu bar. |
![]() | OverflowButtonGradientBegin | When overridden in a derived class, gets the starting color of the gradient of the toolbar overflow button. |
![]() | OverflowButtonGradientEnd | When overridden in a derived class, gets the ending color of the gradient of the toolbar overflow button. |
![]() | PaddingBackColor | When overridden in a derived class, gets the color of the toolbar padding. |
![]() | TaskFormProgressDark | When overridden in a derived class, gets the starting color of the progress indicator. |
![]() | TaskFormProgressLight | When overridden in a derived class, gets the ending color of the progress indicator. |
![]() | TaskPanelDisabled | When overridden in a derived class, gets the color of a user interface (UI) pane when the task is disabled. |
![]() | TaskSectionHeader | When overridden in a derived class, gets the color of the user interface (UI) of a task section. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The ManagementUIColorTable class provides the color palette for painting the UI. Use the properties available in the ManagementUIColorTable class to determine the colors for UI controls (for example, dialog boxes, message boxes, buttons, progress indicators, or pages) that you are creating.
The current color scheme is based on the current system theme.
Notes to Inheritors:
When you inherit from ManagementUIColorTable, you must override all properties in this class.
The following example gets the System.Drawing.Color value of each property in the ManagementUIColorTable class and then displays the property name and color value on a page. The background color is set to the color value of the displayed property.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


