FlyoutBase.ShowAttachedFlyout(FrameworkElement) Méthode

Définition

Affiche le menu volant associé à l’élément spécifié, le cas échéant.

public:
 static void ShowAttachedFlyout(FrameworkElement ^ flyoutOwner);
 static void ShowAttachedFlyout(FrameworkElement const& flyoutOwner);
public static void ShowAttachedFlyout(FrameworkElement flyoutOwner);
function showAttachedFlyout(flyoutOwner)
Public Shared Sub ShowAttachedFlyout (flyoutOwner As FrameworkElement)

Paramètres

flyoutOwner
FrameworkElement

Élément pour lequel afficher le menu volant associé.

S’applique à