The members of System.Windows.Forms.SearchForVirtualItemEventArgs are listed below.
See Also: Inherited members from System.EventArgs
Initializes a new instance of the System.Windows.Forms.SearchForVirtualItemEventArgs class. |
[read-only] | Direction | SearchDirectionHint.
Gets the direction from the current item that the search should take place. |
[read-only] | IncludeSubItemsInSearch | bool.
Gets a value indicating whether the search should include subitems of list items. |
Index | int.
Gets or sets the index of the System.Windows.Forms.ListViewItem found in the System.Windows.Forms.ListView . | |
[read-only] | IsPrefixSearch | bool.
Gets a value indicating whether the search should return an item if its text starts with the search text. |
[read-only] | IsTextSearch | bool.
Gets a value indicating whether the search is a text search. |
[read-only] | StartIndex | int.
Gets the index of the System.Windows.Forms.ListViewItem where the search starts. |
[read-only] | StartingPoint | System.Drawing.Point.
Gets the starting location of the search. |
[read-only] | Text | string.
Gets the text used to find an item in the System.Windows.Forms.ListView control. |