Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

FlyoutBase.ShowAt Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Overloads

Name Description
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;
/// [Windows.Foundation.Metadata.Overload("ShowAt")]
void ShowAt(FrameworkElement const& placementTarget);
[Windows.Foundation.Metadata.Overload("ShowAt")]
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.

Attributes

Applies to

ShowAt(DependencyObject, FlyoutShowOptions)

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

/// [Windows.Foundation.Metadata.Overload("ShowAtWithOptions")]
void ShowAt(DependencyObject const& placementTarget, FlyoutShowOptions const& showOptions);
[Windows.Foundation.Metadata.Overload("ShowAtWithOptions")]
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.

Attributes

Applies to


Feedback

Was this page helpful?