PickerDialog.Show Method

Displays the Picker Dialog with already specified data handler and given options.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function Show ( _
    IsMultiSelect As Boolean, _
    ExistingResults As PickerResults _
) As PickerResults
'Usage
Dim instance As PickerDialog
Dim IsMultiSelect As Boolean
Dim ExistingResults As PickerResults
Dim returnValue As PickerResults

returnValue = instance.Show(IsMultiSelect, _
    ExistingResults)
PickerResults Show(
    bool IsMultiSelect,
    PickerResults ExistingResults
)

Parameters

  • IsMultiSelect
    Type: System.Boolean

    Specifies whether the Picker Dialog user interface provides multiple item selection functions.

Return Value

Type: Microsoft.Office.Core.PickerResults
Returns PickerResults.

See Also

Reference

PickerDialog Interface

PickerDialog Members

Microsoft.Office.Core Namespace