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!

SystemBrushes Members

Public:

Properties

ActiveBorder Brush is the color of the active window border.
ActiveCaption Brush is the color of the active caption bar.
ActiveCaptionText Brush is the color of the active caption bar.
AppWorkspace Brush is the color of the app workspace window.
Control Brush is the control color, which is the surface color for 3D elements.
ControlDark Brush is the shadow part of a 3D element.
ControlDarkDark Brush is the darkest part of a 3D element.
ControlLight Brush is the highlight part of a 3D element.
ControlLightLight Brush is the lighest part of a 3D element.
ControlText Brush is the color of text on controls.
Desktop Brush is the color of the desktop.
Highlight Brush is the color of the background of highlighted elements.
HighlightText Brush is the color of the foreground of highlighted elements.
HotTrack Brush is the color used to represent hot tracking.
InactiveBorder Brush is the color if an inactive window border.
InactiveCaption Brush is the color of an inactive caption bar.
Info Brush is the color of the background of the info tooltip.
Menu Brush is the color of the menu background.
ScrollBar Brush is the color of a scroll bar background.
Window Brush is the color of the window background.
WindowText Brush is the color of text on controls.

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

SystemBrushes Class | System.Drawing Namespace