SystemSpecificColors Class

Each property of this class is a Color structure that is the color of a UI display element.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
C#
public class SystemSpecificColors
Inheritance
Object    SystemSpecificColors

Constructors

SystemSpecificColorsInitializes a new instance of the SystemSpecificColors class

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

ButtonShadow Gets a Color structure that is the shadow color of a 3-D element.
Control Gets a Color structure that is the face color of a 3-D element.
ControlLight Gets a Color structure that is the light color of a 3-D element.
ControlLightLight Gets a Color structure that is the highlight color of a 3-D element.
ControlText Gets a Color structure that is the color of text in a 3-D element.
Highlight Gets a Color structure that is the color of the background of selected items.
HighlightText Gets a Color structure that is the color of the text of selected items.
InactiveCaption Gets a Color structure that is the color of the background of an inactive window's title bar.
Info Gets a Color structure that is the color of the background of a ToolTip.
InfoText Gets a Color structure that is the color of the text of a ToolTip.
Window Gets a Color structure that is the color of the background in the client area of a window.
WindowText Gets a Color structure that is the color of the text in the client area of a window.

See Also