System.Windows.Forms.DrawListViewSubItemEventArgs.ItemState Property

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

Syntax

public ListViewItemStates ItemState { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use this property to check whether the System.Windows.Forms.ListViewItem parent of the System.Windows.Forms.ListViewItem.ListViewSubItem to draw is in a particular state. This property provides only basic state information about the parent item. You can use this property, for example, to determine whether the parent item is selected, checked, or focused. If you need to know more, retrieve the parent item through the DrawListViewItemEventArgs.Item property and check its properties directly.

Requirements

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