In The Hand LtdIn The Hand
SetBackgroundImage Method (c, i)
NamespacesInTheHand.Windows.FormsControlHelperSetBackgroundImage(Control, Image)
.NET Components for Mobility
Sets the background image displayed in the control.
Declaration Syntax
C#Visual Basic
public static void SetBackgroundImage(
	Control c,
	Image i
)
Public Shared Sub SetBackgroundImage ( _
	c As Control, _
	i As Image _
)
Parameters
c (Control)
The control.
i (Image)
An Image that represents the image to display in the background of the control.
Remarks
Currently supported for Form and Panel only.

Assembly: InTheHand.Windows.Forms (Module: InTheHand.Windows.Forms) Version: 7.0.0.0