_Application.PickerDialog Property

Definition

Gets a PickerDialog object that provides the functionality to select people or data in a dialog box.

public:
 property Microsoft::Office::Core::PickerDialog ^ PickerDialog { Microsoft::Office::Core::PickerDialog ^ get(); };
public Microsoft.Office.Core.PickerDialog PickerDialog { get; }
member this.PickerDialog : Microsoft.Office.Core.PickerDialog
Public ReadOnly Property PickerDialog As PickerDialog

Property Value

A PickerDialog object.

Remarks

Read-only. The PickerDialog object is available in the Microsoft Office type library. For more information, see the following objects and their members:

  1. PickerDialog
  2. PickerField
  3. PickerFields
  4. PickerProperties
  5. PickerProperty
  6. PickerResult
  7. PickerResults

Applies to