_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:
PickerDialog
PickerField
PickerFields
PickerProperties
PickerProperty
PickerResult
PickerResults