FlyoutBase.ShowAt Method

Definition

Overloads

ShowAt(FrameworkElement)

Shows the flyout placed in relation to the specified element.

ShowAt(DependencyObject, FlyoutShowOptions)

Shows the flyout placed in relation to the specified element using the specified options.

ShowAt(FrameworkElement)

Shows the flyout placed in relation to the specified element.

public:
 virtual void ShowAt(FrameworkElement ^ placementTarget) = ShowAt;
void ShowAt(FrameworkElement const& placementTarget);
public void ShowAt(FrameworkElement placementTarget);
function showAt(placementTarget)
Public Sub ShowAt (placementTarget As FrameworkElement)

Parameters

placementTarget
FrameworkElement

The element to use as the flyout's placement target.

Applies to

ShowAt(DependencyObject, FlyoutShowOptions)

Shows the flyout placed in relation to the specified element using the specified options.

void ShowAt(DependencyObject const& placementTarget, FlyoutShowOptions const& showOptions);
public void ShowAt(DependencyObject placementTarget, FlyoutShowOptions showOptions);
function showAt(placementTarget, showOptions)
Public Sub ShowAt (placementTarget As DependencyObject, showOptions As FlyoutShowOptions)

Parameters

placementTarget
DependencyObject

The element to use as the flyout's placement target.

showOptions
FlyoutShowOptions

The options to use when showing the flyout.

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

Applies to