0 out of 2 rated this helpful - Rate this topic

ListView.FindItemWithText Method

Finds the first ListViewItem with that begins with the given text value.

Name Description
ListView.FindItemWithText (String) Finds the first ListViewItem that begins with the specified text value.
ListView.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.
ListView.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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.