时间:2019-05-17 标签:c#PropertyGriddoubleclick

发布于 2024-12-19 04:30:26 字数 158 浏览 1 评论 0原文

我做了一个类似于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 技术交流群。

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

发布评论

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

评论(1

小梨窩很甜 2024-12-26 04:30:26

在 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

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