使用 PropertyGrid 中标有 Flag 属性的枚举
我有一个标有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
继承PropertyGrid &覆盖方法...
inherits PropertyGrid & override methods...