使用 PropertyGrid 中标有 Flag 属性的枚举

发布于 2024-11-03 21:04:59 字数 122 浏览 3 评论 0原文

我有一个标有 Flag 属性的枚举。如何在 PropertyGrid 中使用此枚举类型建立方便的编辑属性?我应该能够设置 enumValue1 | 等值枚举值2。此外,该枚举值的自定义字符串应显示在 PropertyGrid 中。

I have an enumeration marked with a Flag attribute. How can I establish convenient editing property with type of this enumeration in the PropertyGrid? I should be able to set such values as enumValue1 | enumValue2. Also, customized strings for this enum values should be displayed in the PropertyGrid.

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

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

发布评论

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

评论(1

瑶笙 2024-11-10 21:04:59

继承PropertyGrid &覆盖方法...

inherits PropertyGrid & override methods...

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