Share via


ChooseContactDialog Constructor

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

public ChooseContactDialog ()
'Declaration
Public Sub New

Remarks

The default constructor initializes ChooseContactOnly with the value TRUE. This allows you to call ShowDialog without setting any properties, and still get a reasonable default behavior.

SelectedContact must contain a valid Contact item when ChoosePropertyOnly is TRUE.

When ChooseContactOnly is set to TRUE, ChoosePropertyOnly is automatically set to FALSE.

You must have RequiredProperties set to choose a property.

See Also

Reference

ChooseContactDialog Class
ChooseContactDialog Members
Microsoft.WindowsMobile.Forms Namespace