System.Windows.Forms.DrawListViewSubItemEventArgs: Property Members

The properties of System.Windows.Forms.DrawListViewSubItemEventArgs are listed below. For a list of all members, see the DrawListViewSubItemEventArgs Members list.

See Also: Inherited members from System.EventArgs

Public Properties

[read-only]
BoundsSystem.Drawing.Rectangle.

Gets the size and location of the System.Windows.Forms.ListViewItem.ListViewSubItem to draw.

[read-only]
ColumnIndexint.

Gets the index of the System.Windows.Forms.ListView column in which the System.Windows.Forms.ListViewItem.ListViewSubItem is displayed.

DrawDefaultbool.

Gets or sets a value indicating whether the System.Windows.Forms.ListViewItem.ListViewSubItem should be drawn by the operating system instead of owner-drawn.

[read-only]
GraphicsSystem.Drawing.Graphics.

Gets the System.Drawing.Graphics used to draw the System.Windows.Forms.ListViewItem.ListViewSubItem.

[read-only]
HeaderColumnHeader.

Gets the header of the System.Windows.Forms.ListView column in which the System.Windows.Forms.ListViewItem.ListViewSubItem is displayed.

[read-only]
ItemListViewItem.

Gets the parent System.Windows.Forms.ListViewItem of the System.Windows.Forms.ListViewItem.ListViewSubItem to draw.

[read-only]
ItemIndexint.

Gets the index of the parent System.Windows.Forms.ListViewItem of the System.Windows.Forms.ListViewItem.ListViewSubItem to draw.

[read-only]
ItemStateListViewItemStates.

Gets the current state of the parent System.Windows.Forms.ListViewItem of the System.Windows.Forms.ListViewItem.ListViewSubItem to draw.

[read-only]
SubItemListViewItem.ListViewSubItem.

Gets the System.Windows.Forms.ListViewItem.ListViewSubItem to draw.