Condividi tramite


FlyoutBase.ShowAttachedFlyout(FrameworkElement) Metodo

Definizione

Mostra il riquadro a comparsa associato all'elemento specificato, se presente.

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)

Parametri

flyoutOwner
FrameworkElement

Elemento per cui visualizzare il riquadro a comparsa associato.

Si applica a