Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Include Protected Members
Include Inherited Members
Finds the first ListViewItem with that begins with the given text value.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
Finds the first ListViewItem that begins with the specified text value. (Inherited from 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. (Inherited from 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. (Inherited from ListView.)
Top