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