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!

StatusBar.BackgroundImage

Gets or sets the image rendered on the background of the StatusBar control.

[Visual Basic]
Overridable Public Property BackgroundImage As Image
[C#]
public Image BackgroundImage {override get; override set;}
[C++]
public: __property virtual Image* get_BackgroundImage();
public: __property virtual void set_BackgroundImage(Image*);
[JScript]
public function get BackgroundImage() : Image;
public function set BackgroundImage(Image);

Property Value

An Image that represents the background image of the control. The default is a null reference (in Visual Basic Nothing).

See Also

StatusBar Class | StatusBar Members | System.WinForms Namespace | Image