The SystemColors type exposes the following members.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyAltSelectedFontColor
Gets/Sets the system wide selected alternated font color to be used by default RGB(0, 0, 0)
Public propertyAltSelectionColor
Gets/Sets the system wide alternate selection color to be used by defaultRGB(220, 229, 231)
Public propertyBorderColor
Gets/Sets the system wide border color to be used by default RGB(169, 169, 169)
Public propertyContainerBackground
Gets/Sets the system wide container background color to be used by default RGB(211, 211, 211)
Public propertyControlBottom
Gets/Sets the system wide control bottom color to be used by default RGB(211, 211, 211)
Public propertyControlTop
Gets/Sets the system wide control top color to be used by default RGB(255, 255, 255)
Public propertyFontColor
Gets/Sets the system wide font color to be used by default RGB(82, 82, 82)
Public propertyPressedControlBottom
Gets/Sets the system wide control pressed bottom color to be used by default RGB(154, 196, 62)
Public propertyPressedControlTop
Gets/Sets the system wide control pressed top color to be used by default RGB(154, 196, 62)
Public propertyPressedTextColor
Gets/Sets the system wide pressed text color to be used by default RGB(255, 255, 255)
Public propertyPressedTextShadow
Gets/Sets the system wide pressed text shadow color to be used by defaultRGB(129, 164, 48)
Public propertyScrollbarBackground
Gets/Sets the system wide scrollbar background color to be used by default RGB(255, 255, 255)
Public propertyScrollbarGrip
Gets/Sets the system wide scrollbar grip color to be used by default RGB(0, 0, 0)
Public propertySelectedFontColor
Gets/Sets the system wide selected font color to be used by default RGB(255, 255, 255)
Public propertySelectedTextShadow
Gets/Sets the system wide selected text shadow color to be used by default RGB(0, 0, 255)
Public propertySelectionColor
Gets/Sets the system wide selection color to be used by default RGB(27, 161, 226)
Public propertyTextShadow
Gets/Sets the system wide text shadow color to be used by default RGB(255, 255, 255)
Public propertyWindowColor
Gets/Sets the system wide window color to be used by default RGB(255, 255, 255)

See Also