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);
An Image that represents the background image of the control. The default is a null reference (in Visual Basic Nothing).
StatusBar Class | StatusBar Members | System.WinForms Namespace | Image