时间:2019-05-17 标签:c#PropertyGriddoubleclick
我做了一个类似于windows窗体的对话框系统。 与 Windows 窗体设计器一样,我使用 PropertyGrid 来显示属性和事件。 我想要的是,当双击事件值时,如果之前没有填充任何内容,则填充默认值,并且我必须能够将焦点转移到应用程序中的另一个位置。
有人知道如何实现这一点吗?
I have made a dialog system similar to windows forms.
Like windows forms designer, I use a PropertyGrid for the properties and events.
What I would like is to make it so that when an event value is double clicked, a default value is filled if nothing was filled before, and I have to be able to transfer focus to another place in my application.
Anyone know how this could be achieved?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 PropertyGrid 中处理双击有点棘手:
以下是一些可以帮助您入门的帖子:
http://social.msdn.microsoft.com/Forums/en-US/winformsdesigner/thread/1c82666d-ea86-49a6-8844-079cff196275/
属性网格项和 DoubleClick
Handling doubleclicks in the PropertyGrid is a bit tricky:
Here are some posts that may get you started:
http://social.msdn.microsoft.com/Forums/en-US/winformsdesigner/thread/1c82666d-ea86-49a6-8844-079cff196275/
Property grid item and DoubleClick