DevicePicker.Show Method

Definition

Overloads

Show(Rect)

Shows the picker UI. The picker flies out from the edge of the specified rectangle.

Show(Rect, Placement)

Shows the picker UI. The picker flies out from the specified edge of the specified rectangle.

Show(Rect)

Shows the picker UI. The picker flies out from the edge of the specified rectangle.

public:
 virtual void Show(Rect selection) = Show;
/// [Windows.Foundation.Metadata.Overload("Show")]
void Show(Rect const& selection);
[Windows.Foundation.Metadata.Overload("Show")]
public void Show(Rect selection);
function show(selection)
Public Sub Show (selection As Rect)

Parameters

selection
Rect

The rectangle from which you want the picker to fly out.

Attributes

See also

Applies to

Show(Rect, Placement)

Shows the picker UI. The picker flies out from the specified edge of the specified rectangle.

public:
 virtual void Show(Rect selection, Placement placement) = Show;
/// [Windows.Foundation.Metadata.Overload("ShowWithPlacement")]
void Show(Rect const& selection, Placement const& placement);
[Windows.Foundation.Metadata.Overload("ShowWithPlacement")]
public void Show(Rect selection, Placement placement);
function show(selection, placement)
Public Sub Show (selection As Rect, placement As Placement)

Parameters

selection
Rect

The rectangle from which you want the picker to fly out.

placement
Placement

The edge of the rectangle from which you want the picker to fly out.

Attributes

See also

Applies to