Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
FlyoutBase.GetAttachedFlyout(FrameworkElement) Method
Definition
- Namespace:
- Windows.UI.Xaml.Controls.Primitives
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.
Gets the flyout associated with the specified element.
public:
static FlyoutBase ^ GetAttachedFlyout(FrameworkElement ^ element);
static FlyoutBase GetAttachedFlyout(FrameworkElement const& element);
public static FlyoutBase GetAttachedFlyout(FrameworkElement element);
function getAttachedFlyout(element)
Public Shared Function GetAttachedFlyout (element As FrameworkElement) As FlyoutBase
Parameters
- element
- FrameworkElement
The element for which to get the associated flyout.
Returns
The flyout attached to the specified element.
Applies to
See also
Feedback
Was this page helpful?
