In The Hand LtdIn The Hand
SetBackgroundImage Method (listView, bitmap, tileLayout)
NamespacesInTheHand.Windows.FormsListViewHelperSetBackgroundImage(ListView, Bitmap, Boolean)
.NET Components for Mobility
Sets the background image displayed in the ListView.
Declaration Syntax
C#Visual Basic
public static void SetBackgroundImage(
	ListView listView,
	Bitmap bitmap,
	bool tileLayout
)
Public Shared Sub SetBackgroundImage ( _
	listView As ListView, _
	bitmap As Bitmap, _
	tileLayout As Boolean _
)
Parameters
listView (ListView)

[Missing <param name="listView"/> documentation for "M:InTheHand.Windows.Forms.ListViewHelper.SetBackgroundImage(System.Windows.Forms.ListView,System.Drawing.Bitmap,System.Boolean)"]

bitmap (Bitmap)
A Bitmap that represents the image to display in the background of the control.
tileLayout (Boolean)
Sets a value indicating whether the background image of the ListView should be tiled.

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