In This Article

WindowsColorScheme Class

Provides a Windows color scheme.

public class WindowsColorScheme : DisposableObject, IDisposable, IWindowsColorScheme
Inheritance:
object MarshalByRefObject DisposableObject object
Implements:
IDisposable IWindowsColorScheme

Constructors

WindowsColorScheme(WindowsColorSchemeType)

Creates an instance of the WindowsColorScheme class.

protected WindowsColorScheme(WindowsColorSchemeType baseColorSchemeType)
Parameter Type Description
baseColorSchemeType WindowsColorSchemeType

The base WindowsColorSchemeType from which colors should be initialized.

WindowsColorScheme(string, WindowsColorSchemeType, Color)

Creates an instance of the WindowsColorScheme class.

public WindowsColorScheme(string key, WindowsColorSchemeType baseColorSchemeType, Color tintColor)
Parameter Type Description
key string

The key of the color scheme.

baseColorSchemeType WindowsColorSchemeType

The base WindowsColorSchemeType from which colors should be initialized.

tintColor Color

A Color that if is not Color.Empty will tint the color scheme to be based on the color.

Properties

BarButtonCheckedBack

Gets or sets the background color of a checked bar button.

public virtual Color BarButtonCheckedBack { get; set; }

Property Value

Color:

A Color object specifying the background color of a checked bar button.

BarButtonCheckedBackGradientBegin

Gets or sets the begin gradient color of a checked bar button background.

public virtual Color BarButtonCheckedBackGradientBegin { get; set; }

Property Value

Color:

A Color object specifying the begin gradient color of a checked bar button background.

BarButtonCheckedBackGradientEnd

Gets or sets the end gradient color of a checked bar button background.

public virtual Color BarButtonCheckedBackGradientEnd { get; set; }

Property Value

Color:

A Color object specifying the end gradient color of a checked bar button background.

BarButtonCheckedBackGradientMiddle

Gets or sets the middle gradient color of a checked bar button background.

public virtual Color BarButtonCheckedBackGradientMiddle { get; set; }

Property Value

Color:

A Color object specifying the middle gradient color of a checked bar button background.

BarButtonCheckedBorder

Gets or sets the border color of a checked bar button.

public virtual Color BarButtonCheckedBorder { get; set; }

Property Value

Color:

A Color object specifying the border color of a checked bar button.

BarButtonHotBack

Gets or sets the background color of a hot bar button.

public virtual Color BarButtonHotBack { get; set; }

Property Value

Color:

A Color object specifying the background color of a hot bar button.

BarButtonHotBackGradientBegin

Gets or sets the begin gradient color of a hot bar button background.

public virtual Color BarButtonHotBackGradientBegin { get; set; }

Property Value

Color:

A Color object specifying the begin gradient color of a hot bar button background.

BarButtonHotBackGradientEnd

Gets or sets the end gradient color of a hot bar button background.

public virtual Color BarButtonHotBackGradientEnd { get; set; }

Property Value

Color:

A Color object specifying the end gradient color of a hot bar button background.

BarButtonHotBackGradientMiddle

Gets or sets the middle gradient color of a hot bar button background.

public virtual Color BarButtonHotBackGradientMiddle { get; set; }

Property Value

Color:

A Color object specifying the middle gradient color of a hot bar button background.

BarButtonHotBorder

Gets or sets the border color of a hot bar button.

public virtual Color BarButtonHotBorder { get; set; }

Property Value

Color:

A Color object specifying the border color of a hot bar button.

BarButtonMenuHotBack

Gets or sets the background color of a hot bar button in a popup menu.

public virtual Color BarButtonMenuHotBack { get; set; }

Property Value

Color:

A Color object specifying the background color of a hot bar button in a popup menu.

See Also

BarButtonMenuHotBorder

Gets or sets the border color of a hot bar button in a popup menu.

public virtual Color BarButtonMenuHotBorder { get; set; }

Property Value

Color:

A Color object specifying the border color of a hot bar button in a popup menu.

See Also

BarButtonPressedBack

Gets or sets the background color of a pressed bar button.

public virtual Color BarButtonPressedBack { get; set; }

Property Value

Color:

A Color object specifying the background color of a pressed bar button.

BarButtonPressedBackGradientBegin

Gets or sets the begin gradient color of a pressed bar button background.

public virtual Color BarButtonPressedBackGradientBegin { get; set; }

Property Value

Color:

A Color object specifying the begin gradient color of a pressed bar button background.

BarButtonPressedBackGradientEnd

Gets or sets the end gradient color of a pressed bar button background.

public virtual Color BarButtonPressedBackGradientEnd { get; set; }

Property Value

Color:

A Color object specifying the end gradient color of a pressed bar button background.

BarButtonPressedBackGradientMiddle

Gets or sets the middle gradient color of a pressed bar button background.

public virtual Color BarButtonPressedBackGradientMiddle { get; set; }

Property Value

Color:

A Color object specifying the middle gradient color of a pressed bar button background.

BarButtonPressedBorder

Gets or sets the border color of a pressed bar button.

public virtual Color BarButtonPressedBorder { get; set; }

Property Value

Color:

A Color object specifying the border color of a pressed bar button.

BarButtonSelectedBorder

Gets or sets the border color of a selected bar button.

public virtual Color BarButtonSelectedBorder { get; set; }

Property Value

Color:

A Color object specifying the border color of a selected bar button.

BarButtonText

Gets or sets the color of bar button text.

public virtual Color BarButtonText { get; set; }

Property Value

Color:

A Color object specifying the color of bar button text.

BarButtonTextAlternate

Gets or sets the color of alternate bar button text.

public virtual Color BarButtonTextAlternate { get; set; }

Property Value

Color:

A Color object specifying the color of alternate bar button text.

BarButtonTextDisabled

Gets or sets the color of disabled bar button text.

public virtual Color BarButtonTextDisabled { get; set; }

Property Value

Color:

A Color object specifying the color of disabled bar button text.

BarLabelBack

Gets or sets the background color of a bar label.

public virtual Color BarLabelBack { get; set; }

Property Value

Color:

A Color object specifying the background color of a bar label.

BaseColorSchemeType

Gets a WindowsColorSchemeType that indicates the base color scheme type represented by this scheme.

[Browsable(false)]
public WindowsColorSchemeType BaseColorSchemeType { get; }

Property Value

WindowsColorSchemeType:

A WindowsColorSchemeType that indicates the base color scheme type represented by this scheme.

ColorSchemeType

Gets a WindowsColorSchemeType that indicates the resolved color scheme type represented by this scheme.

public WindowsColorSchemeType ColorSchemeType { get; }

Property Value

WindowsColorSchemeType:

A WindowsColorSchemeType that indicates the resolved color scheme type represented by this scheme.

DefaultColorSchemeType

Gets a WindowsColorSchemeType that indicates the default color scheme.

public static WindowsColorSchemeType DefaultColorSchemeType { get; }

Property Value

WindowsColorSchemeType:

A WindowsColorSchemeType that indicates the default color scheme.

DockContainerTitleBarActiveBack

Gets or sets the color of a dock container title bar background in the active state.

public virtual Color DockContainerTitleBarActiveBack { get; set; }

Property Value

Color:

A Color object specifying the color of a title bar background.

DockContainerTitleBarActiveBorder

Gets or sets the color of a dock container title bar border in the active state.

public virtual Color DockContainerTitleBarActiveBorder { get; set; }

Property Value

Color:

A Color object specifying the color of a title bar border.

DockContainerTitleBarActiveText

Gets or sets the color of a dock container title bar text in the active state.

public virtual Color DockContainerTitleBarActiveText { get; set; }

Property Value

Color:

A Color object specifying the color of title bar text.

DockContainerTitleBarBack

Gets or sets the color of a dock container title bar background in the default, inactive state.

public virtual Color DockContainerTitleBarBack { get; set; }

Property Value

Color:

A Color object specifying the color of a title bar background.

DockContainerTitleBarBorder

Gets or sets the color of a dock container title bar border in the default, in active state.

public virtual Color DockContainerTitleBarBorder { get; set; }

Property Value

Color:

A Color object specifying the color of a title bar border.

DockContainerTitleBarButtonActiveGlyph

Gets or sets the color of a dock container title bar button glyph when the title bar is in the active state.

public virtual Color DockContainerTitleBarButtonActiveGlyph { get; set; }

Property Value

Color:

A Color object specifying the color of title bar button glyph.

DockContainerTitleBarButtonActiveHotGlyph

Gets or sets the color of a dock container title bar button glyph when the mouse is over the button and the title bar is in the active state.

public virtual Color DockContainerTitleBarButtonActiveHotGlyph { get; set; }

Property Value

Color:

A Color object specifying the color of title bar button glyph.

DockContainerTitleBarButtonBack

Gets or sets the color of a dock container title bar button background.

public virtual Color DockContainerTitleBarButtonBack { get; set; }

Property Value

Color:

A Color object specifying the color of title bar button background.

DockContainerTitleBarButtonBorder

Gets or sets the color of a dock container title bar button border.

public virtual Color DockContainerTitleBarButtonBorder { get; set; }

Property Value

Color:

A Color object specifying the color of title bar button border.

DockContainerTitleBarButtonGlyph

Gets or sets the color of a dock container title bar button glyph when the title bar is in the default, inactive state.

public virtual Color DockContainerTitleBarButtonGlyph { get; set; }

Property Value

Color:

A Color object specifying the color of title bar button glyph.

DockContainerTitleBarButtonHotBack

Gets or sets the color of a dock container title bar button background when the mouse is over the button.

public virtual Color DockContainerTitleBarButtonHotBack { get; set; }

Property Value

Color:

A Color object specifying the color of title bar button background.

DockContainerTitleBarButtonHotBorder

Gets or sets the color of a dock container title bar button border when the mouse is over the button.

public virtual Color DockContainerTitleBarButtonHotBorder { get; set; }

Property Value

Color:

A Color object specifying the color of title bar button border.

DockContainerTitleBarButtonHotGlyph

Gets or sets the color of a dock container title bar button glyph when the mouse is over the button and the title bar is in the default, inactive state.

public virtual Color DockContainerTitleBarButtonHotGlyph { get; set; }

Property Value

Color:

A Color object specifying the color of title bar button glyph.

DockContainerTitleBarButtonPressedBack

Gets or sets the color of a dock container title bar button background when the button is pressed.

public virtual Color DockContainerTitleBarButtonPressedBack { get; set; }

Property Value

Color:

A Color object specifying the color of title bar button background.

DockContainerTitleBarButtonPressedBorder

Gets or sets the color of a dock container title bar button border when the button is pressed.

public virtual Color DockContainerTitleBarButtonPressedBorder { get; set; }

Property Value

Color:

A Color object specifying the color of title bar button border.

DockContainerTitleBarButtonPressedGlyph

Gets or sets the color of a dock container title bar button glyph when the button is pressed.

public virtual Color DockContainerTitleBarButtonPressedGlyph { get; set; }

Property Value

Color:

A Color object specifying the color of title bar button glyph.

DockContainerTitleBarGripperActiveDark

Gets or sets the dark color of a dock container title bar gripper in the active state.

public virtual Color DockContainerTitleBarGripperActiveDark { get; set; }

Property Value

Color:

A Color object specifying the dark color of a dock container title bar gripper.

DockContainerTitleBarGripperActiveLight

Gets or sets the light color of a dock container title bar gripper in the active state.

public virtual Color DockContainerTitleBarGripperActiveLight { get; set; }

Property Value

Color:

A Color object specifying the light color of a dock container title bar gripper.

DockContainerTitleBarGripperDark

Gets or sets the dark color of a dock container title bar gripper in the default, inactive state.

public virtual Color DockContainerTitleBarGripperDark { get; set; }

Property Value

Color:

A Color object specifying the dark color of a dock container title bar gripper.

DockContainerTitleBarGripperLight

Gets or sets the light color of a dock container title bar gripper in the default, inactive state.

public virtual Color DockContainerTitleBarGripperLight { get; set; }

Property Value

Color:

A Color object specifying the light color of a dock container title bar gripper.

DockContainerTitleBarText

Gets or sets the color of a dock container title bar text in the default, inactive state.

public virtual Color DockContainerTitleBarText { get; set; }

Property Value

Color:

A Color object specifying the color of title bar text.

DockGuideArrowBack

Gets or sets the background color of an arrow on a dock guide.

public virtual Color DockGuideArrowBack { get; set; }

Property Value

Color:

A Color object specifying the background color of an arrow on a dock guide.

DockGuideBack

Gets or sets the background color of a dock guide.

public virtual Color DockGuideBack { get; set; }

Property Value

Color:

A Color object specifying the background color of a dock guide.

DockGuideBorder

Gets or sets the border color of a dock guide.

public virtual Color DockGuideBorder { get; set; }

Property Value

Color:

A Color object specifying the border color of a dock guide.

DockGuideButtonBack

Gets or sets the background color of a button on a dock guide.

public virtual Color DockGuideButtonBack { get; set; }

Property Value

Color:

A Color object specifying the background color of a button on a dock guide.

DockGuideButtonBorder

Gets or sets the border color of a button on a dock guide.

public virtual Color DockGuideButtonBorder { get; set; }

Property Value

Color:

A Color object specifying the border color of a button on a dock guide.

DockGuideGlyphBack

Gets or sets the background color of a glyph on a dock guide.

public virtual Color DockGuideGlyphBack { get; set; }

Property Value

Color:

A Color object specifying the background color of a glyph on a dock guide.

DockGuideGlyphBorder

Gets or sets the border color of a glyph on a dock guide.

public virtual Color DockGuideGlyphBorder { get; set; }

Property Value

Color:

A Color object specifying the border color of a glyph on a dock guide.

DockingAutoHideTabBack

Gets or sets the background color of a docking auto-hide tab when not selected.

public virtual Color DockingAutoHideTabBack { get; set; }

Property Value

Color:

A Color object specifying the background color of the auto-hide tab.

DockingAutoHideTabBorder

Gets or sets the border color of a docking auto-hide tab when not selected.

public virtual Color DockingAutoHideTabBorder { get; set; }

Property Value

Color:

A Color object specifying the border color of the auto-hide tab.

DockingAutoHideTabSelectedBack

Gets or sets the background color of an docking auto-hide tab when selected.

public virtual Color DockingAutoHideTabSelectedBack { get; set; }

Property Value

Color:

A Color object specifying the background color of the auto-hide tab.

DockingAutoHideTabSelectedBorder

Gets or sets the border color of an docking auto-hide tab when selected.

public virtual Color DockingAutoHideTabSelectedBorder { get; set; }

Property Value

Color:

A Color object specifying the border color of the auto-hide tab.

DockingAutoHideTabSelectedText

Gets or sets the text color of an docking auto-hide tab when selected.

public virtual Color DockingAutoHideTabSelectedText { get; set; }

Property Value

Color:

A Color object specifying the text color of the auto-hide tab.

DockingAutoHideTabStripBack

Gets or sets the background color of a docking auto-hide tab strip.

public virtual Color DockingAutoHideTabStripBack { get; set; }

Property Value

Color:

A Color object specifying the background color of the auto-hide tab strip.

DockingAutoHideTabText

Gets or sets the text color of a docking auto-hide tab when not selected.

public virtual Color DockingAutoHideTabText { get; set; }

Property Value

Color:

A Color object specifying the text color of the auto-hide tab.

DockingWindowPreviewBack

Gets or sets the background color of the dock preview shown for a docking window.

public virtual Color DockingWindowPreviewBack { get; set; }

Property Value

Color:

A Color object specifying the background color of the dock preview shown for a docking window.

DockingWindowPreviewBorder

Gets or sets the border color of the dock preview shown for a docking window.

public virtual Color DockingWindowPreviewBorder { get; set; }

Property Value

Color:

A Color object specifying the border color of the dock preview shown for a docking window.

DocumentWindowTabStripButtonBack

Gets or sets the background color of a button on a document window tab strip when in the default state.

public virtual Color DocumentWindowTabStripButtonBack { get; set; }

Property Value

Color:

A Color object specifying the background color.

DocumentWindowTabStripButtonBorder

Gets or sets the border color of a button on a document window tab strip when in the default state.

public virtual Color DocumentWindowTabStripButtonBorder { get; set; }

Property Value

Color:

A Color object specifying the background color.

DocumentWindowTabStripButtonGlyph

Gets or sets the glyph color of a button on a document window tab strip when in the default state.

public virtual Color DocumentWindowTabStripButtonGlyph { get; set; }

Property Value

Color:

A Color object specifying the background color.

DocumentWindowTabStripButtonHotBack

Gets or sets the background color of a button on a document window tab strip when the mouse is over the button.

public virtual Color DocumentWindowTabStripButtonHotBack { get; set; }

Property Value

Color:

A Color object specifying the background color.

DocumentWindowTabStripButtonHotBorder

Gets or sets the border color of a button on a document window tab strip when the mouse is over the button.

public virtual Color DocumentWindowTabStripButtonHotBorder { get; set; }

Property Value

Color:

A Color object specifying the background color.

DocumentWindowTabStripButtonHotGlyph

Gets or sets the glyph color of a button on a document window tab strip when the mouse is over the button.

public virtual Color DocumentWindowTabStripButtonHotGlyph { get; set; }

Property Value

Color:

A Color object specifying the background color.

DocumentWindowTabStripButtonPressedBack

Gets or sets the background color of a button on a document window tab strip when the button is pressed.

public virtual Color DocumentWindowTabStripButtonPressedBack { get; set; }

Property Value

Color:

A Color object specifying the background color.

DocumentWindowTabStripButtonPressedBorder

Gets or sets the border color of a button on a document window tab strip when the button is pressed.

public virtual Color DocumentWindowTabStripButtonPressedBorder { get; set; }

Property Value

Color:

A Color object specifying the background color.

DocumentWindowTabStripButtonPressedGlyph

Gets or sets the glyph color of a button on a document window tab strip when the button is pressed.

public virtual Color DocumentWindowTabStripButtonPressedGlyph { get; set; }

Property Value

Color:

A Color object specifying the background color.

DocumentWindowTabStripTabBack

Gets or sets the background color of a tab on a document window tab strip when in the default, unselected state.

public virtual Color DocumentWindowTabStripTabBack { get; set; }

Property Value

Color:

A Color object specifying the background color.

DocumentWindowTabStripTabBorder

Gets or sets the border color of a tab on a document window tab strip when in the default, unselected state.

public virtual Color DocumentWindowTabStripTabBorder { get; set; }

Property Value

Color:

A Color object specifying the border color.

DocumentWindowTabStripTabDisabledText

Gets or sets the text color of a tab on a document window tab strip when the tab is disabled.

public virtual Color DocumentWindowTabStripTabDisabledText { get; set; }

Property Value

Color:

A Color object specifying the text color.

DocumentWindowTabStripTabHotBack

Gets or sets the background color of a tab on a document window tab strip when the mouse is over the tab.

public virtual Color DocumentWindowTabStripTabHotBack { get; set; }

Property Value

Color:

A Color object specifying the background color.

DocumentWindowTabStripTabHotBorder

Gets or sets the border color of a tab on a document window tab strip when the mouse is over the tab.

public virtual Color DocumentWindowTabStripTabHotBorder { get; set; }

Property Value

Color:

A Color object specifying the border color.

DocumentWindowTabStripTabHotText

Gets or sets the text color of a tab on a document window tab strip when the mouse is over the tab.

public virtual Color DocumentWindowTabStripTabHotText { get; set; }

Property Value

Color:

A Color object specifying the text color.

DocumentWindowTabStripTabSelectedBack

Gets or sets the background color of a tab on a document window tab strip when in the selected state.

public virtual Color DocumentWindowTabStripTabSelectedBack { get; set; }

Property Value

Color:

A Color object specifying the background color.

DocumentWindowTabStripTabSelectedBorder

Gets or sets the border color of a tab on a document window tab strip when in the selected state.

public virtual Color DocumentWindowTabStripTabSelectedBorder { get; set; }

Property Value

Color:

A Color object specifying the border color.

DocumentWindowTabStripTabSelectedText

Gets or sets the text color of a tab on a document window tab strip when in the selected state.

public virtual Color DocumentWindowTabStripTabSelectedText { get; set; }

Property Value

Color:

A Color object specifying the text color.

DocumentWindowTabStripTabSelectedUnfocusedBack

Gets or sets the background color of a tab on a document window tab strip when in the selected, unfocused state.

public virtual Color DocumentWindowTabStripTabSelectedUnfocusedBack { get; set; }

Property Value

Color:

A Color object specifying the background color.

DocumentWindowTabStripTabSelectedUnfocusedText

Gets or sets the text color of a tab on a document window tab strip when in the selected, unfocused state.

public virtual Color DocumentWindowTabStripTabSelectedUnfocusedText { get; set; }

Property Value

Color:

A Color object specifying the text color.

DocumentWindowTabStripTabText

Gets or sets the text color of a tab on a document window tab strip when in the default, unselected state.

public virtual Color DocumentWindowTabStripTabText { get; set; }

Property Value

Color:

A Color object specifying the text color.

FormBackGradientBegin

Gets or sets the begin gradient color of a form background.

public virtual Color FormBackGradientBegin { get; set; }

Property Value

Color:

A Color object specifying the begin gradient color of a form background.

FormBackGradientEnd

Gets or sets the end gradient color of a form background.

public virtual Color FormBackGradientEnd { get; set; }

Property Value

Color:

A Color object specifying the end gradient color of a form background.

Intent

Gets a WindowsColorSchemeIntent value that specifies whether the color scheme is meant to be light, dark, etc.

public virtual WindowsColorSchemeIntent Intent { get; }

Property Value

WindowsColorSchemeIntent:

One of the WindowsColorSchemeType values.

Key

Gets the key that identifies the color scheme.

public string Key { get; }

Property Value

string:

The key that identifies the color scheme.

LunaBlue

Gets the IWindowsColorScheme that represents the Luna blue color scheme.

public static IWindowsColorScheme LunaBlue { get; }

Property Value

IWindowsColorScheme:

The IWindowsColorScheme that represents the Luna blue color scheme.

LunaOliveGreen

Gets the IWindowsColorScheme that represents the Luna olive green color scheme.

public static IWindowsColorScheme LunaOliveGreen { get; }

Property Value

IWindowsColorScheme:

The IWindowsColorScheme that represents the Luna olive green color scheme.

LunaSilver

Gets the IWindowsColorScheme that represents the Luna silver color scheme.

public static IWindowsColorScheme LunaSilver { get; }

Property Value

IWindowsColorScheme:

The IWindowsColorScheme that represents the Luna silver color scheme.

MenuBack

Gets or sets the background color of a menu.

public virtual Color MenuBack { get; set; }

Property Value

Color:

A Color object specifying the background color of a menu.

MenuBorder

Gets or sets the border color of a menu.

public virtual Color MenuBorder { get; set; }

Property Value

Color:

A Color object specifying the border color of a menu.

MenuCheckIconBack

Gets or sets the background color of a check icon in a menu in the default state.

public virtual Color MenuCheckIconBack { get; set; }

Property Value

Color:

A Color object specifying the background color of a check icon in a menu in the default state.

MenuCheckIconDisabledBack

Gets or sets the background color of a check icon in a menu when the menu item is disabled.

public virtual Color MenuCheckIconDisabledBack { get; set; }

Property Value

Color:

A Color object specifying the background color of a check icon in a menu when the menu item is disabled.

MenuCheckIconDisabledGlyph

Gets or sets the glyph color of a check icon in a menu when the menu item is disabled.

public virtual Color MenuCheckIconDisabledGlyph { get; set; }

Property Value

Color:

A Color object specifying the glyph color of a check icon in a menu when the menu item is disabled.

MenuCheckIconGlyph

Gets or sets the glyph color of a check icon in a menu in the default state.

public virtual Color MenuCheckIconGlyph { get; set; }

Property Value

Color:

A Color object specifying the glyph color of a check icon in a menu in the default state.

MenuCheckIconHotBack

Gets or sets the background color of a check icon in a menu when the mouse is over the menu item.

public virtual Color MenuCheckIconHotBack { get; set; }

Property Value

Color:

A Color object specifying the background color of a check icon in a menu when the mouse is over the menu item.

MenuCheckIconHotGlyph

Gets or sets the glyph color of a check icon in a menu when the mouse is over the menu item.

public virtual Color MenuCheckIconHotGlyph { get; set; }

Property Value

Color:

A Color object specifying the glyph color of a check icon in a menu when the mouse is over the menu item.

MenuIconColumnBackGradientBegin

Gets or sets the begin gradient color of a menu icon column background.

public virtual Color MenuIconColumnBackGradientBegin { get; set; }

Property Value

Color:

A Color object specifying the begin gradient color of a menu icon column background.

MenuIconColumnBackGradientEnd

Gets or sets the end gradient color of a menu icon column background.

public virtual Color MenuIconColumnBackGradientEnd { get; set; }

Property Value

Color:

A Color object specifying the end gradient color of a menu icon column background.

MenuIconColumnBackGradientMiddle

Gets or sets the middle gradient color of a menu icon column background.

public virtual Color MenuIconColumnBackGradientMiddle { get; set; }

Property Value

Color:

A Color object specifying the middle gradient color of a menu icon column background.

MetroDark

Gets the IWindowsColorScheme that represents the Metro Dark color scheme.

public static IWindowsColorScheme MetroDark { get; }

Property Value

IWindowsColorScheme:

The IWindowsColorScheme that represents the Metro Dark color scheme.

MetroLight

Gets the IWindowsColorScheme that represents the Metro Light color scheme.

public static IWindowsColorScheme MetroLight { get; }

Property Value

IWindowsColorScheme:

The IWindowsColorScheme that represents the Metro Light color scheme.

NavigationBarGripperDark

Gets or sets the dark color of a navigation bar gripper.

public virtual Color NavigationBarGripperDark { get; set; }

Property Value

Color:

A Color object specifying the dark color of a navigation bar gripper.

NavigationBarGripperLight

Gets or sets the light color of a navigation bar gripper.

public virtual Color NavigationBarGripperLight { get; set; }

Property Value

Color:

A Color object specifying the light color of a navigation bar gripper.

NavigationBarHeaderBackGradientBegin

Gets or sets the begin gradient color of a navigationbar header background.

public virtual Color NavigationBarHeaderBackGradientBegin { get; set; }

Property Value

Color:

A Color object specifying the begin gradient color of a navigationbar header background.

NavigationBarHeaderBackGradientEnd

Gets or sets the end gradient color of a navigationbar header background.

public virtual Color NavigationBarHeaderBackGradientEnd { get; set; }

Property Value

Color:

A Color object specifying the end gradient color of a navigationbar header background.

NavigationBarHeaderText

Gets or sets the color of navigationbar header text.

public virtual Color NavigationBarHeaderText { get; set; }

Property Value

Color:

A Color object specifying the color of navigationbar header text.

NavigationPaneButtonBackGradientBegin

Gets or sets the begin gradient color of a navigationbar pane button background.

public virtual Color NavigationPaneButtonBackGradientBegin { get; set; }

Property Value

Color:

A Color object specifying the begin gradient color of a navigationbar pane button background.

NavigationPaneButtonBackGradientEnd

Gets or sets the end gradient color of a navigationbar pane button background.

public virtual Color NavigationPaneButtonBackGradientEnd { get; set; }

Property Value

Color:

A Color object specifying the end gradient color of a navigationbar pane button background.

NavigationPaneButtonBackGradientMid1

Gets or sets the middle gradient color of a navigationbar pane button background.

public virtual Color NavigationPaneButtonBackGradientMid1 { get; set; }

Property Value

Color:

A Color object specifying the middle gradient color of a navigationbar pane button background.

NavigationPaneButtonBackGradientMid2

Gets or sets the middle gradient color of a navigationbar pane button background.

public virtual Color NavigationPaneButtonBackGradientMid2 { get; set; }

Property Value

Color:

A Color object specifying the middle gradient color of a navigationbar pane button background.

NavigationPaneButtonHotBackGradientBegin

Gets or sets the begin gradient color of a hot navigationbar pane button background.

public virtual Color NavigationPaneButtonHotBackGradientBegin { get; set; }

Property Value

Color:

A Color object specifying the begin gradient color of a hot navigationbar pane button background.

NavigationPaneButtonHotBackGradientEnd

Gets or sets the end gradient color of a hot navigationbar pane button background.

public virtual Color NavigationPaneButtonHotBackGradientEnd { get; set; }

Property Value

Color:

A Color object specifying the end gradient color of a hot navigationbar pane button background.

NavigationPaneButtonHotBackGradientMid1

Gets or sets the middle gradient color of a navigationbar pane button background.

public virtual Color NavigationPaneButtonHotBackGradientMid1 { get; set; }

Property Value

Color:

A Color object specifying the middle gradient color of a hot navigationbar pane button background.

NavigationPaneButtonHotBackGradientMid2

Gets or sets the middle gradient color of a navigationbar pane button background.

public virtual Color NavigationPaneButtonHotBackGradientMid2 { get; set; }

Property Value

Color:

A Color object specifying the middle gradient color of a hot navigationbar pane button background.

NavigationPaneButtonHotPressedBackGradientBegin

Gets or sets the begin gradient color of a hot/pressed navigationbar pane button background.

public virtual Color NavigationPaneButtonHotPressedBackGradientBegin { get; set; }

Property Value

Color:

A Color object specifying the begin gradient color of a hot/pressed navigationbar pane button background.

NavigationPaneButtonHotPressedBackGradientEnd

Gets or sets the end gradient color of a hot/pressed navigationbar pane button background.

public virtual Color NavigationPaneButtonHotPressedBackGradientEnd { get; set; }

Property Value

Color:

A Color object specifying the end gradient color of a hot/pressed navigationbar pane button background.

NavigationPaneButtonHotPressedBackGradientMid1

Gets or sets the middle gradient color of a hot/pressed navigationbar pane button background.

public virtual Color NavigationPaneButtonHotPressedBackGradientMid1 { get; set; }

Property Value

Color:

A Color object specifying the middle gradient color of a hot/pressed navigationbar pane button background.

NavigationPaneButtonHotPressedBackGradientMid2

Gets or sets the middle gradient color of a hot/pressed navigationbar pane button background.

public virtual Color NavigationPaneButtonHotPressedBackGradientMid2 { get; set; }

Property Value

Color:

A Color object specifying the middle gradient color of a hot/pressed navigationbar pane button background.

NavigationPaneButtonPressedBackGradientBegin

Gets or sets the begin gradient color of a pressed navigationbar pane button background.

public virtual Color NavigationPaneButtonPressedBackGradientBegin { get; set; }

Property Value

Color:

A Color object specifying the begin gradient color of a pressed navigationbar pane button background.

NavigationPaneButtonPressedBackGradientEnd

Gets or sets the end gradient color of a pressed navigationbar pane button background.

public virtual Color NavigationPaneButtonPressedBackGradientEnd { get; set; }

Property Value

Color:

A Color object specifying the end gradient color of a pressed navigationbar pane button background.

NavigationPaneButtonPressedBackGradientMid1

Gets or sets the middle gradient color of a pressed navigationbar pane button background.

public virtual Color NavigationPaneButtonPressedBackGradientMid1 { get; set; }

Property Value

Color:

A Color object specifying the middle gradient color of a pressed navigationbar pane button background.

NavigationPaneButtonPressedBackGradientMid2

Gets or sets the middle gradient color of a pressed navigationbar pane button background.

public virtual Color NavigationPaneButtonPressedBackGradientMid2 { get; set; }

Property Value

Color:

A Color object specifying the middle gradient color of a pressed navigationbar pane button background.

OfficeClassicBlack

Gets the IWindowsColorScheme that represents the Office classic black color scheme.

public static IWindowsColorScheme OfficeClassicBlack { get; }

Property Value

IWindowsColorScheme:

The IWindowsColorScheme that represents the Office classic black color scheme.

OfficeClassicBlue

Gets the IWindowsColorScheme that represents the Office classic blue color scheme.

public static IWindowsColorScheme OfficeClassicBlue { get; }

Property Value

IWindowsColorScheme:

The IWindowsColorScheme that represents the Office classic blue color scheme.

OfficeClassicSilver

Gets the IWindowsColorScheme that represents the Office classic silver color scheme.

public static IWindowsColorScheme OfficeClassicSilver { get; }

Property Value

IWindowsColorScheme:

The IWindowsColorScheme that represents the Office classic silver color scheme.

StatusBarBack

Gets or sets the background color for a status bar.

public virtual Color StatusBarBack { get; set; }

Property Value

Color:

A Color object specifying the background color for a status bar.

StatusBarGripperDark

Gets or sets the dark color for the status bar gripper.

public virtual Color StatusBarGripperDark { get; set; }

Property Value

Color:

A Color object specifying the dark color for the gripper.

StatusBarGripperLight

Gets or sets the light color for the status bar gripper.

public virtual Color StatusBarGripperLight { get; set; }

Property Value

Color:

A Color object specifying the light color for the gripper.

StatusBarPanelBorder

Gets or sets the border color for a status bar.

public virtual Color StatusBarPanelBorder { get; set; }

Property Value

Color:

A Color object specifying the border color for a status bar.

StatusBarPanelDisabledText

Gets or sets the disabled foreground color for a status bar.

public virtual Color StatusBarPanelDisabledText { get; set; }

Property Value

Color:

A Color object specifying the disabled foreground color for a status bar.

StatusBarPanelLinkActiveText

Gets or sets the foreground color a link displayed in a status bar when it is active (i.e., mouse over).

public virtual Color StatusBarPanelLinkActiveText { get; set; }

Property Value

Color:

A Color object specifying the foreground color of the link when active.

StatusBarPanelLinkText

Gets or sets the normal foreground color a link displayed in a status bar.

public virtual Color StatusBarPanelLinkText { get; set; }

Property Value

Color:

A Color object specifying the foreground color of the link.

StatusBarPanelLinkVisitedText

Gets or sets the foreground color a link displayed in a status bar that has been previously visited.

public virtual Color StatusBarPanelLinkVisitedText { get; set; }

Property Value

Color:

A Color object specifying the foreground color of the link when previously visited.

StatusBarPanelText

Gets or sets the foreground color for a status bar.

public virtual Color StatusBarPanelText { get; set; }

Property Value

Color:

A Color object specifying the foreground color for a status bar.

StatusBarProgressFilledBack

Gets or sets the filled background color of a progress bar displayed in a status bar.

public virtual Color StatusBarProgressFilledBack { get; set; }

Property Value

Color:

A Color object specifying the filled background color of the progress bar.

Remarks

Value does not apply to renderers which support native visual styles.

StatusBarProgressFilledText

Gets or sets the filled foreground color of a progress bar displayed in a status bar.

public virtual Color StatusBarProgressFilledText { get; set; }

Property Value

Color:

A Color object specifying the filled foreground color of the progress bar.

Remarks

Value does not apply to renderers which support native visual styles.

StatusBarProgressUnfilledBack

Gets or sets the unfilled background color of a progress bar displayed in a status bar.

public virtual Color StatusBarProgressUnfilledBack { get; set; }

Property Value

Color:

A Color object specifying the unfilled background color of the progress bar.

Remarks

Value does not apply to renderers which support native visual styles.

StatusBarProgressUnfilledText

Gets or sets the unfilled foreground color of a progress bar displayed in a status bar.

public virtual Color StatusBarProgressUnfilledText { get; set; }

Property Value

Color:

A Color object specifying the unfilled foreground color of the progress bar.

Remarks

Value does not apply to renderers which support native visual styles.

ToolBarBackGradientBegin

Gets or sets the begin gradient color of a toolbar background.

public virtual Color ToolBarBackGradientBegin { get; set; }

Property Value

Color:

A Color object specifying the begin gradient color of a toolbar background.

ToolBarBackGradientEnd

Gets or sets the end gradient color of a toolbar background.

public virtual Color ToolBarBackGradientEnd { get; set; }

Property Value

Color:

A Color object specifying the end gradient color of a toolbar background.

ToolBarBackGradientMiddle

Gets or sets the middle gradient color of a toolbar background.

public virtual Color ToolBarBackGradientMiddle { get; set; }

Property Value

Color:

A Color object specifying the middle gradient color of a toolbar background.

ToolBarFloatingTitleBack

Gets or sets the background color of a floating toolbar title bar.

public virtual Color ToolBarFloatingTitleBack { get; set; }

Property Value

Color:

A Color object specifying the background color of a floating toolbar title bar.

ToolBarFloatingTitleText

Gets or sets the text color of a floating toolbar title bar.

public virtual Color ToolBarFloatingTitleText { get; set; }

Property Value

Color:

A Color object specifying the text color of a floating toolbar title bar.

ToolBarGripperDark

Gets or sets the dark color of a toolbar gripper.

public virtual Color ToolBarGripperDark { get; set; }

Property Value

Color:

A Color object specifying the dark color of a toolbar gripper.

ToolBarGripperLight

Gets or sets the light color of a toolbar gripper.

public virtual Color ToolBarGripperLight { get; set; }

Property Value

Color:

A Color object specifying the light color of a toolbar gripper.

ToolBarOptionsBackGradientBegin

Gets or sets the begin gradient color of a toolbar options button background.

public virtual Color ToolBarOptionsBackGradientBegin { get; set; }

Property Value

Color:

A Color object specifying the begin gradient color of a toolbar options button background.

ToolBarOptionsBackGradientEnd

Gets or sets the end gradient color of a toolbar options button background.

public virtual Color ToolBarOptionsBackGradientEnd { get; set; }

Property Value

Color:

A Color object specifying the end gradient color of a toolbar options button background.

ToolBarOptionsBackGradientMiddle

Gets or sets the middle gradient color of a toolbar options button background.

public virtual Color ToolBarOptionsBackGradientMiddle { get; set; }

Property Value

Color:

A Color object specifying the middle gradient color of a toolbar options button background.

ToolBarOptionsHotBackGradientBegin

Gets or sets the begin gradient color of a hot toolbar options button background.

public virtual Color ToolBarOptionsHotBackGradientBegin { get; set; }

Property Value

Color:

A Color object specifying the begin gradient color of a hot toolbar options button background.

ToolBarOptionsHotBackGradientEnd

Gets or sets the end gradient color of a hot toolbar options button background.

public virtual Color ToolBarOptionsHotBackGradientEnd { get; set; }

Property Value

Color:

A Color object specifying the end gradient color of a hot toolbar options button background.

ToolBarOptionsHotBackGradientMiddle

Gets or sets the middle gradient color of a hot toolbar options button background.

public virtual Color ToolBarOptionsHotBackGradientMiddle { get; set; }

Property Value

Color:

A Color object specifying the middle gradient color of a hot toolbar options button background.

ToolBarOptionsPressedBackGradientBegin

Gets or sets the begin gradient color of a pressed toolbar options button background.

public virtual Color ToolBarOptionsPressedBackGradientBegin { get; set; }

Property Value

Color:

A Color object specifying the begin gradient color of a pressed toolbar options button background.

ToolBarOptionsPressedBackGradientEnd

Gets or sets the end gradient color of a pressed toolbar options button background.

public virtual Color ToolBarOptionsPressedBackGradientEnd { get; set; }

Property Value

Color:

A Color object specifying the end gradient color of a pressed toolbar options button background.

ToolBarOptionsPressedBackGradientMiddle

Gets or sets the middle gradient color of a pressed toolbar options button background.

public virtual Color ToolBarOptionsPressedBackGradientMiddle { get; set; }

Property Value

Color:

A Color object specifying the middle gradient color of a pressed toolbar options button background.

ToolBarSeparatorDark

Gets or sets the dark color of a toolbar separator.

public virtual Color ToolBarSeparatorDark { get; set; }

Property Value

Color:

A Color object specifying the dark color of a toolbar separator.

ToolBarSeparatorLight

Gets or sets the light color of a toolbar separator.

public virtual Color ToolBarSeparatorLight { get; set; }

Property Value

Color:

A Color object specifying the light color of a toolbar separator.

ToolBarShadow

Gets or sets the color of a toolbar shadow.

public virtual Color ToolBarShadow { get; set; }

Property Value

Color:

A Color object specifying the color of a toolbar shadow.

ToolWindowTabStripButtonBack

Gets or sets the background color of a button on a tool window tab strip when in the default state.

public virtual Color ToolWindowTabStripButtonBack { get; set; }

Property Value

Color:

A Color object specifying the background color.

ToolWindowTabStripButtonBorder

Gets or sets the border color of a button on a tool window tab strip when in the default state.

public virtual Color ToolWindowTabStripButtonBorder { get; set; }

Property Value

Color:

A Color object specifying the background color.

ToolWindowTabStripButtonGlyph

Gets or sets the glyph color of a button on a tool window tab strip when in the default state.

public virtual Color ToolWindowTabStripButtonGlyph { get; set; }

Property Value

Color:

A Color object specifying the background color.

ToolWindowTabStripButtonHotBack

Gets or sets the background color of a button on a tool window tab strip when the mouse is over the button.

public virtual Color ToolWindowTabStripButtonHotBack { get; set; }

Property Value

Color:

A Color object specifying the background color.

ToolWindowTabStripButtonHotBorder

Gets or sets the border color of a button on a tool window tab strip when the mouse is over the button.

public virtual Color ToolWindowTabStripButtonHotBorder { get; set; }

Property Value

Color:

A Color object specifying the background color.

ToolWindowTabStripButtonHotGlyph

Gets or sets the glyph color of a button on a tool window tab strip when the mouse is over the button.

public virtual Color ToolWindowTabStripButtonHotGlyph { get; set; }

Property Value

Color:

A Color object specifying the background color.

ToolWindowTabStripButtonPressedBack

Gets or sets the background color of a button on a tool window tab strip when the button is pressed.

public virtual Color ToolWindowTabStripButtonPressedBack { get; set; }

Property Value

Color:

A Color object specifying the background color.

ToolWindowTabStripButtonPressedBorder

Gets or sets the border color of a button on a tool window tab strip when the button is pressed.

public virtual Color ToolWindowTabStripButtonPressedBorder { get; set; }

Property Value

Color:

A Color object specifying the background color.

ToolWindowTabStripButtonPressedGlyph

Gets or sets the glyph color of a button on a tool window tab strip when the button is pressed.

public virtual Color ToolWindowTabStripButtonPressedGlyph { get; set; }

Property Value

Color:

A Color object specifying the background color.

ToolWindowTabStripTabBack

Gets or sets the background color of a tab on a tool window tab strip when in the default, unselected state.

public virtual Color ToolWindowTabStripTabBack { get; set; }

Property Value

Color:

A Color object specifying the background color.

ToolWindowTabStripTabBorder

Gets or sets the border color of a tab on a tool window tab strip when in the default, unselected state.

public virtual Color ToolWindowTabStripTabBorder { get; set; }

Property Value

Color:

A Color object specifying the border color.

ToolWindowTabStripTabDisabledText

Gets or sets the text color of a tab on a tool window tab strip when the tab is disabled.

public virtual Color ToolWindowTabStripTabDisabledText { get; set; }

Property Value

Color:

A Color object specifying the text color.

ToolWindowTabStripTabHotBack

Gets or sets the background color of a tab on a tool window tab strip when the mouse is over the tab.

public virtual Color ToolWindowTabStripTabHotBack { get; set; }

Property Value

Color:

A Color object specifying the background color.

ToolWindowTabStripTabHotBorder

Gets or sets the border color of a tab on a tool window tab strip when the mouse is over the tab.

public virtual Color ToolWindowTabStripTabHotBorder { get; set; }

Property Value

Color:

A Color object specifying the border color.

ToolWindowTabStripTabHotText

Gets or sets the text color of a tab on a tool window tab strip when the mouse is over the tab.

public virtual Color ToolWindowTabStripTabHotText { get; set; }

Property Value

Color:

A Color object specifying the text color.

ToolWindowTabStripTabSelectedBack

Gets or sets the background color of a tab on a tool window tab strip when in the selected state.

public virtual Color ToolWindowTabStripTabSelectedBack { get; set; }

Property Value

Color:

A Color object specifying the background color.

ToolWindowTabStripTabSelectedBorder

Gets or sets the border color of a tab on a tool window tab strip when in the selected state.

public virtual Color ToolWindowTabStripTabSelectedBorder { get; set; }

Property Value

Color:

A Color object specifying the border color.

ToolWindowTabStripTabSelectedText

Gets or sets the text color of a tab on a tool window tab strip when in the selected state.

public virtual Color ToolWindowTabStripTabSelectedText { get; set; }

Property Value

Color:

A Color object specifying the text color.

ToolWindowTabStripTabText

Gets or sets the text color of a tab on a tool window tab strip when in the default, unselected state.

public virtual Color ToolWindowTabStripTabText { get; set; }

Property Value

Color:

A Color object specifying the text color.

VisualStudioBlueScheme

Gets the IWindowsColorScheme that represents the Visual Studio Blue color scheme.

public static IWindowsColorScheme VisualStudioBlueScheme { get; }

Property Value

IWindowsColorScheme:

The IWindowsColorScheme that represents the Visual Studio Blue color scheme.

VisualStudioClassic

Gets the IWindowsColorScheme that represents the Visual Studio 2005 color scheme.

public static IWindowsColorScheme VisualStudioClassic { get; }

Property Value

IWindowsColorScheme:

The IWindowsColorScheme that represents the Visual Studio 2005 color scheme.

WindowsClassic

Gets the IWindowsColorScheme that represents the Windows Classic color scheme.

public static IWindowsColorScheme WindowsClassic { get; }

Property Value

IWindowsColorScheme:

The IWindowsColorScheme that represents the Windows Classic color scheme.

WindowsDefault

Gets the IWindowsColorScheme that represents the default Windows color scheme.

public static IWindowsColorScheme WindowsDefault { get; }

Property Value

IWindowsColorScheme:

The IWindowsColorScheme that represents the default Windows color scheme.

Methods

Dispose(bool)

Releases the unmanaged resources used by the object and optionally releases the managed resources.

protected override void Dispose(bool disposing)
Parameter Type Description
disposing bool

true to release both managed and unmanaged resources; false to release only unmanaged resources.

Remarks

This method is called by the public Dispose method and the Finalize method. Dispose invokes this method with the disposing parameter set to true. Finalize invokes this method with disposing set to false.

GetColorScheme(WindowsColorSchemeType)

Gets the IWindowsColorScheme that represents the specified WindowsColorSchemeType.

public static IWindowsColorScheme GetColorScheme(WindowsColorSchemeType colorSchemeType)
Parameter Type Description
colorSchemeType WindowsColorSchemeType

The WindowsColorSchemeType to return.

Returns

IWindowsColorScheme:

The IWindowsColorScheme that represents the specified WindowsColorSchemeType.

GetKnownColor(KnownColor)

Gets a known color, optionally adjusted for the color scheme (e.g., dark schemes may adjust the color to be suited for a dark scheme).

public virtual Color GetKnownColor(KnownColor color)
Parameter Type Description
color KnownColor

The color.

Returns

Color:

A Color, optionally adjusted for the color scheme.

Initialize()

Re-initializes all the colors.

public void Initialize()

UpdateColors()

Updates the colors.

protected virtual void UpdateColors()

Remarks

This method is called when the color scheme is first created and when system color preferences change.

Inherited Members