Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
3/29/2010

Initializes a new instance of the ChooseContactDialog class.

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

Syntax

Remarks

The default constructor initializes ChooseContactOnlywith the value TRUE. This allows you to call ShowDialogwithout setting any properties, and still get a reasonable default behavior.

SelectedContactmust contain a valid Contact item when ChoosePropertyOnlyis TRUE.

When ChooseContactOnlyis set to TRUE, ChoosePropertyOnlyis automatically set to FALSE.

You must have RequiredPropertiesset to choose a property.


See Also