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
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)
|