Share via


FlyoutBase.GetAttachedFlyout(FrameworkElement) Método

Definición

Obtiene el control flotante asociado al elemento especificado.

public:
 static FlyoutBase ^ GetAttachedFlyout(FrameworkElement ^ element);
 static FlyoutBase GetAttachedFlyout(FrameworkElement const& element);
public static FlyoutBase GetAttachedFlyout(FrameworkElement element);
function getAttachedFlyout(element)
Public Shared Function GetAttachedFlyout (element As FrameworkElement) As FlyoutBase

Parámetros

element
FrameworkElement

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

Devoluciones

Control flotante adjunto al elemento especificado.

Se aplica a

Consulte también