如何使用 C++ 制作弹出框?

发布于 2024-12-11 18:21:19 字数 112 浏览 2 评论 0原文

我正在与地铁合作,我正在尝试制作一个弹出窗口。我找到了一个名为 CoreWindowFlyout 的类,但它不能用于使用按钮以外的其他控件创建弹出窗口。

有人知道如何在 C++ 中做到这一点吗?

I am working with metro and I am trying to make a flyout window. I have found a class called CoreWindowFlyout, but it cannot be used for creating flyouts with other controls than buttons.

Does someone know how to do this in C++?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小ぇ时光︴ 2024-12-18 18:21:19

如果您将 XAML 与 C++ 应用程序结合使用,您将需要考虑使用 Popup 类。在开发人员预览版中,“轻微解雇”功能不是内置的,因此您必须自己管理它,但它最终将具有轻微解雇功能,因此使用它将使您走上正确的道路。

If you are using XAML in combination with your C++ application you'll want to look at using the Popup class. In the developer preview the "light dismiss" capability isn't built-in so you will have to manage that on your own, but it will eventually have light dismiss capabilities, so using that will get you along the right path.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文