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!

RichControl.BackgroundImage

The background image of the control.

[Visual Basic]
Overridable Public Property BackgroundImage As Image
[C#]
public Image BackgroundImage {virtual get; virtual 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);

See Also

RichControl Class | RichControl Members | System.WinForms Namespace