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.Control

The color of the background of push buttons and other 3D objects.

[Visual Basic]
Public Shared ReadOnly Property Control As Color
[C#]
public static Color Control {get;}
[C++]
public: __property static Color get_Control();
[JScript]
public static function get Control() : Color;

See Also

SystemColors Class | SystemColors Members | System.Drawing Namespace