FlyoutBase.ShowAttachedFlyout(FrameworkElement) Método

Definición

Muestra el control flotante asociado al elemento especificado, si existe.

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)

Parámetros

flyoutOwner
FrameworkElement

Elemento para el que se va a mostrar el control flotante asociado.

Se aplica a