Share via


ChooseContactDialog.IncrementalFilter Property

3/29/2010

Gets or sets the text of the incremental filter box.

Namespace: Microsoft.WindowsMobile.Forms
Assembly: Microsoft.WindowsMobile.Forms (in microsoft.windowsmobile.forms.dll)

Syntax

public string IncrementalFilter { get; set; }
'Declaration
Public Property IncrementalFilter As String

Remarks

The Incremental Filter box appears at the top of the Contact Chooser dialog box. The list of contacts in the dialog will be restricted to those matching this text.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

ChooseContactDialog Class
ChooseContactDialog Members
Microsoft.WindowsMobile.Forms Namespace