FlyoutBase.ShowAttachedFlyout(FrameworkElement) 方法

定义

显示与指定元素关联的浮出控件(如果有)。

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)

参数

flyoutOwner
FrameworkElement

要显示其关联的浮出控件的元素。

适用于