FindItemWithText Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.0
Class Library
System.Windows.Forms
ListView Class
ListView Methods
FindItemWithText Method
FindItemWithText Method (Strin ...
FindItemWithText Method (Strin ...
FindItemWithText Method (Strin ...
ListView Methods
ArrangeIcons Method
AutoResizeColumn Method
AutoResizeColumns Method
BeginUpdate Method
Clear Method
CreateHandle Method
Dispose Method
EndUpdate Method
EnsureVisible Method
FindItemWithText Method
FindNearestItem Method
GetItemAt Method
GetItemRect Method
HitTest Method
IsInputKey Method
OnAfterLabelEdit Method
OnBackgroundImageChanged Metho ...
OnBeforeLabelEdit Method
OnCacheVirtualItems Method
OnColumnClick Method
OnColumnReordered Method
OnColumnWidthChanged Method
OnColumnWidthChanging Method
OnDrawColumnHeader Method
OnDrawItem Method
OnDrawSubItem Method
OnFontChanged Method
OnHandleCreated Method
OnHandleDestroyed Method
OnItemActivate Method
OnItemCheck Method
OnItemChecked Method
OnItemDrag Method
OnItemMouseHover Method
OnItemSelectionChanged Method
OnMouseHover Method
OnMouseLeave Method
OnParentChanged Method
OnResize Method
OnRetrieveVirtualItem Method
OnRightToLeftLayoutChanged Met ...
OnSearchForVirtualItem Method
OnSelectedIndexChanged Method
OnSystemColorsChanged Method
OnVirtualItemsSelectionRangeCh ...
RealizeProperties Method
RedrawItems Method
Sort Method
ToString Method
UpdateExtendedStyles Method
WndProc Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
ListView.FindItemWithText Method
Finds the first
ListViewItem
with that begins with the given text value.
Overload List
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.
See Also
Reference
ListView Class
ListView Members
System.Windows.Forms Namespace
Tags :