TextBoxBase.BackgroundImage Property
.NET Framework 1.1
This member overrides Control.BackgroundImage.
[Visual Basic] Overrides Public Property BackgroundImage As Image [C#] public override Image BackgroundImage {get; set;} [C++] public: __property Image* get_BackgroundImage(); public: __property void set_BackgroundImage(Image*); [JScript] public override function get BackgroundImage() : Image; public override function set BackgroundImage(Image);
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
TextBoxBase Class | TextBoxBase Members | System.Windows.Forms Namespace