Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DrawListViewItemEventArgs::DrawBackground Method ()

 

Draws the background of the ListViewItem using its current background color.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void DrawBackground()

Use this method to draw a standard background that uses the current value of the ListViewItem::BackColor property. The background is drawn to fill the area specified by the Bounds property.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft