System.Windows.Forms.SearchForVirtualItemEventArgs Members

The members of System.Windows.Forms.SearchForVirtualItemEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Public Properties

[read-only]
DirectionSearchDirectionHint.

Gets the direction from the current item that the search should take place.

[read-only]
IncludeSubItemsInSearchbool.

Gets a value indicating whether the search should include subitems of list items.

Indexint.

Gets or sets the index of the System.Windows.Forms.ListViewItem found in the System.Windows.Forms.ListView .

[read-only]
IsPrefixSearchbool.

Gets a value indicating whether the search should return an item if its text starts with the search text.

[read-only]
IsTextSearchbool.

Gets a value indicating whether the search is a text search.

[read-only]
StartIndexint.

Gets the index of the System.Windows.Forms.ListViewItem where the search starts.

[read-only]
StartingPointSystem.Drawing.Point.

Gets the starting location of the search.

[read-only]
Textstring.

Gets the text used to find an item in the System.Windows.Forms.ListView control.