System.Windows.Forms.SearchForVirtualItemEventArgs.IsPrefixSearch Property

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

Syntax

public bool IsPrefixSearch { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The SearchForVirtualItemEventArgs.Text property can specify a substring of the desired text. The SearchForVirtualItemEventArgs.IsPrefixSearch property indicates whether the search should match items that start with the search text.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0