ConsoleColorTable Class

 

Provides a set of color values to customize the color scheme of an administration console.

Namespace:   Microsoft.WindowsServerSolutions.Console.Shared
Assembly:  AdminCommon (in AdminCommon.dll)

System::Object
  Microsoft.WindowsServerSolutions.Console.Shared::ConsoleColorTable

public ref class ConsoleColorTable 

NameDescription
System_CAPS_pubpropertyAlertTextBlockBackground

Gets the background color of an alert text block.

System_CAPS_pubpropertyAlertTextBlockFont

Gets the alert textbox front.

System_CAPS_pubpropertyDialogGrayTextColor

Gets the color of an unavailable selection in a dialog box.

System_CAPS_pubpropertyDialogPropertyGradientStartColor

Gets the starting color of a gradient shown in a property dialog box.

System_CAPS_pubpropertyDialogTitleTextColor

Gets the color of the title text in a dialog box.

System_CAPS_pubpropertyFontColor

Gets the font color.

System_CAPS_pubpropertyHyperlinkFontColor

Gets the font color of a hyperlink.

System_CAPS_pubpropertyListViewColor

Gets the color of a list view.

System_CAPS_pubpropertyMainButtonBorderColor

Gets the main button border color.

System_CAPS_pubpropertyMainButtonFontColor

Gets the font color of the main button.

System_CAPS_pubpropertyMainButtonPressedBackgroundColor

Gets the background color of the main button when the button is clicked.

System_CAPS_pubpropertyMainHeaderBackgroundColor

Gets the main header background color.

System_CAPS_pubpropertyMainTabBackgroundColor

Gets the background color of the main tab.

System_CAPS_pubpropertyMainTabFontColor

Gets the font color in the main tab.

System_CAPS_pubpropertyMainTabHoverFontColor

Gets the font color in the main tab when the pointer is over the tab.

System_CAPS_pubpropertyMainTabSelectedFontColor

Gets the main table selected front color.

System_CAPS_pubpropertyPageBorderColor

Gets the color of the page border.

System_CAPS_pubpropertyScrollButtonArrowColor

Gets the scroll button arrow color.

System_CAPS_pubpropertyScrollButtonBackgroundColor

Gets the scroll button background color.

System_CAPS_pubpropertyScrollButtonDisabledArrowColor

Gets the scoll button disabled arrow color.

System_CAPS_pubpropertyScrollButtonDisabledBackgroundColor

Gets the scroll button disabled background color.

System_CAPS_pubpropertyScrollButtonHoverArrowColor

Gets the scroll button hover arrow color.

System_CAPS_pubpropertyScrollButtonHoverBackgroundColor

Gets the scroll button hover background color.

System_CAPS_pubpropertyScrollButtonSelectedArrowColor

Gets the scroll button selected arrow color.

System_CAPS_pubpropertyScrollButtonSelectedBackgroundColor

Gets the scroll button selected background color.

System_CAPS_pubpropertySettingsDialogLeftPanelTabButtonDeselectedBackColor

Gets the background color of a tab button on the left panel of the Settings dialog box when it is deselected.

System_CAPS_pubpropertySettingsDialogLeftPanelTabButtonDeselectedLinkColor

Gets the link color of a tab button on the left panel of the Settings dialog box when it is deselected.

System_CAPS_pubpropertySettingsDialogLeftPanelTabButtonHoverForeColor

Gets the foreground color of a tab button on the left panel of the Settings dialog box when the pointer is over the tab.

System_CAPS_pubpropertySettingsDialogLeftPanelTabButtonSelectedBackColor

Gets the background color of a tab button on the left panel of the Settings dialog box when it is selected.

System_CAPS_pubpropertySettingsDialogLeftPanelTabButtonSelectedLinkColor

Gets the link color of a tab button on the left panel of the Settings dialog box when it is selected.

System_CAPS_pubpropertySettingsDialogLinkColor

Gets the color of a link label in the Settings dialog box.

System_CAPS_pubpropertySettingsDialogTitleColor

Gets the color of a tab title in the Settings dialog box.

System_CAPS_pubpropertySplashScreenBackgroundColor

Gets the background color of a splash screen.

System_CAPS_pubpropertySplashScreenBorderColor

Gets the border color of a splash screen.

System_CAPS_pubpropertySubTabBackgroundColor

Gets the background color of a subtab.

System_CAPS_pubpropertySubTabBarBackgroundColor

Gets the background color of a subtab bar.

System_CAPS_pubpropertySubTabBorderColor

Gets the border color of a subtab.

System_CAPS_pubpropertySubTabFontColor

Gets the font color of a subtab.

System_CAPS_pubpropertySubTabHoverFontColor

Gets the font color of a subtab when the pointer is over the subtab.

System_CAPS_pubpropertySubTabPressedFontColor

Gets the font color of a subtab when the subtab is clicked.

System_CAPS_pubpropertySubTabSelectedBackgroundColor

Gets the background color of a subtab when the subtab is selected.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateHighContrastSystemColorTable()

Creates a color table that is used to apply system colors to the administration console user interface.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: