Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ListView::FindItemWithText Method

 

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

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

NameDescription
System_CAPS_pubmethodFindItemWithText(String^)

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

System_CAPS_pubmethodFindItemWithText(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.

System_CAPS_pubmethodFindItemWithText(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.

Return to top
Show:
© 2017 Microsoft