_Application.PickerDialog Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property PickerDialog As PickerDialog
    Get
'Usage
Dim instance As _Application
Dim value As PickerDialog

value = instance.PickerDialog
PickerDialog PickerDialog { get; }

Property Value

Type: PickerDialog
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

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace