In The Hand LtdIn The Hand
State Property
.NET Components for Mobility
Gets the current state of the ListViewItem to draw.
Declaration Syntax
C#Visual Basic
public ListViewItemStates State { get; }
Public ReadOnly Property State As ListViewItemStates
	Get
Remarks
Use this property to check whether the 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 Item property and check its properties directly.

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