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!

ValueEdit.BackgroundImage

[To be supplied.]

[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);

See Also

ValueEdit Class | ValueEdit Members | System.WinForms Namespace