Note

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

Access to this page requires authorization. You can try .

FlyoutBase.SetAttachedFlyout(FrameworkElement, FlyoutBase) 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.

Associates the specified flyout with the specified FrameworkElement.

public:
 static void SetAttachedFlyout(FrameworkElement ^ element, FlyoutBase ^ value);
 static void SetAttachedFlyout(FrameworkElement const& element, FlyoutBase const& value);
public static void SetAttachedFlyout(FrameworkElement element, FlyoutBase value);
function setAttachedFlyout(element, value)
Public Shared Sub SetAttachedFlyout (element As FrameworkElement, value As FlyoutBase)

Parameters

element
FrameworkElement

The element to associate the flyout with.

value
FlyoutBase

The flyout to associate with the specified element.

Applies to

See also


Feedback

Was this page helpful?