Overload List

  Name Description
Public method FindItemWithText(String)
Finds the first ListViewItem that begins with the specified text value.
(Inherited from ListView.)
Public method FindItemWithText(String, Boolean, Int32)
Finds the first ListViewItem or ListViewItem..::..ListViewSubItem, if indicated, that begins with the specified text value. The search starts at the specified index.
(Inherited from ListView.)
Public method FindItemWithText(String, Boolean, Int32, Boolean)
Finds the first ListViewItem or ListViewItem..::..ListViewSubItem, if indicated, that begins with the specified text value. The search starts at the specified index.
(Inherited from ListView.)

See Also