SearchForVirtualItemEventArgs Constructor
Initializes a new instance of the SearchForVirtualItemEventArgs class.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public SearchForVirtualItemEventArgs( bool isTextSearch, bool isPrefixSearch, bool includeSubItemsInSearch, string text, Point startingPoint, SearchDirectionHint direction, int startIndex )
Parameters
- isTextSearch
- Type: System.Boolean
A value indicating whether the search is a text search.
- isPrefixSearch
- Type: System.Boolean
A value indicating whether the search is a prefix search.
- includeSubItemsInSearch
- Type: System.Boolean
A value indicating whether to include subitems of list items in the search.
- text
- Type: System.String
The text of the item to search for.
- startingPoint
- Type: System.Drawing.Point
The Point at which to start the search.
- direction
- Type: System.Windows.Forms.SearchDirectionHint
One of the SearchDirectionHint values.
- startIndex
- Type: System.Int32
The index of the ListViewItem at which to start the search.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.