NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SystemColors Members

Public:

Constructor

SystemColors Constructor [To be supplied.]

Properties

ActiveBorder The color of the filled area of an active window border.
ActiveCaption The color of the background of an active title bar caption.
ActiveCaptionText The color of the text of an active title bar caption.
AppWorkspace The color of the application workspace. The application workspace is the area in a multiple document view that is not being occupied by documents.
Control The color of the background of push buttons and other 3D objects.
ControlDark The color of shadows on 3D objects.
ControlDarkDark The color of very dark shadows on 3D objects.
ControlLight The color of highlights on 3D objects.
ControlLightLight The color of very light highlights on 3D objects.
ControlText The color of the text of push buttons and other 3D objects
Desktop This color is the user-defined color of the Windows desktop.
GrayText The color of text that is being shown in a disabled, or grayed-out state.
Highlight The color of the background of highlighted text. This includes selected menu items as well as selected text.
HighlightText The color of the text of highlighted text. This includes selected menu items as well as selected text.
HotTrack The hot track color.
InactiveBorder The color of the filled area of an inactive window border.
InactiveCaption The color of the background of an inactive title bar caption.
InactiveCaptionText The color of the text of an inactive title bar caption.
Info The color of the info/tool tip background.
InfoText The color of the info/tool tip text.
Menu The color of the background of a menu.
MenuText The color of the text on a menu.
ScrollBar The color of the scroll bar area that is not being used by the thumb button.
Window The color of the client area of a window.
WindowFrame The color of the thin frame drawn around a window.
WindowText The color of the text in the client area of a window.

Methods

Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the Object.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected:

Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

SystemColors Class | System.Drawing Namespace