Applies the current background image to the webcontrol
sets the hieght, width to match that of the image
| C# | Visual Basic | Visual C++ |
public void ApplyBackgroundImage( WebControl control )
Public Sub ApplyBackgroundImage ( _ control As WebControl _ )
public: void ApplyBackgroundImage( WebControl^ control )
- control (WebControl)
- the control that the backgound will be applied to.