Share via


FlyoutBase.SetAttachedFlyout(FrameworkElement, FlyoutBase) Method

Definition

Associates the specified flyout with the specified FrameworkElement.

public static void SetAttachedFlyout(FrameworkElement element, FlyoutBase value);

Parameters

element
FrameworkElement

The element to associate the flyout with.

value
FlyoutBase

The flyout to associate with the specified element.

Applies to

See also