FlyoutBase.ShowAttachedFlyout(FrameworkElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
显示与指定元素关联的浮出控件(如果有)。
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
要显示其关联的浮出控件的元素。