In The Hand LtdIn The Hand
DrawListViewItemEventArgs Class
NamespacesInTheHand.Windows.FormsDrawListViewItemEventArgs
.NET Components for Mobility
Provides data for the DrawItem event.
Declaration Syntax
C#Visual Basic
public class DrawListViewItemEventArgs : EventArgs
Public Class DrawListViewItemEventArgs _
	Inherits EventArgs
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DrawListViewItemEventArgs(Graphics, ListViewItem, Rectangle, Int32, ListViewItemStates)
Initializes a new instance of the DrawListViewItemEventArgs class.

Bounds
Gets the size and location of the ListViewItem to draw.

DrawBackground()()()()
Draws the background of the ListViewItem using its current background color.

DrawDefault
Gets or sets a property indicating whether the CustomListView control will use the default drawing for the ListViewItem.

DrawFocusRectangle()()()()
Draws a focus rectangle for the ListViewItem if it has focus.

DrawText()()()()
Draws the text of the ListViewItem using its current foreground color.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Graphics
Gets the Graphics used to draw the ListViewItem.

Item
Gets the ListViewItem to draw.

ItemIndex
Gets the index of the ListViewItem within the Items collection of the containing CustomListView.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
State
Gets the current state of the ListViewItem to draw.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
EventArgs
 DrawListViewItemEventArgs

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