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!

FormatControl.BackColor

FormatControl overrides BackColor so it can return the current back color based on any kind of ambients the associated format object is providing.

[Visual Basic]
Overridable Public Property BackColor As Color
[C#]
public Color BackColor {override get; override set;}
[C++]
public: __property virtual Color get_BackColor();
public: __property virtual void set_BackColor(Color);
[JScript]
public function get BackColor() : Color;
public function set BackColor(Color);

See Also

FormatControl Class | FormatControl Members | System.WinForms Namespace