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) | |
| ShowAt(DependencyObject, FlyoutShowOptions) |
ShowAt(FrameworkElement)
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
- Attributes
Applies to
ShowAt(DependencyObject, FlyoutShowOptions)
/// [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
- showOptions
- FlyoutShowOptions
- Attributes