FlyoutBase.ShowAttachedFlyout(FrameworkElement) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é.