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);
RichControl Class | RichControl Members | System.WinForms Namespace