工作流设计器以编程方式删除设计器中的活动?

发布于 2024-10-31 12:07:11 字数 66 浏览 1 评论 0原文

我使用过工作流程设计器和工具箱;我想在工具箱上双击时向工作流设计器添加活动?我想将该活动放在工作流设计器上......

I have used Workflow designer and Toolbox; I want to add activity to workflow designer when double click happened on Toolbox ? I want to drop that activity on workflow designer...

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

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

发布评论

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

评论(2

月竹挽风 2024-11-07 12:07:11

worklfow 设计器在 VS2010 中默认这样做,并且由于重新托管的设计器是同一件事,我希望这里有相同的行为,但不确定它是否会这样做。如果没有,您可以做任何您喜欢的事情,包括用代码将活动添加到设计界面。

The worklfow designer does so by default in VS2010 and as the rehosted designer is the same thing I would expect the same behavior here, not really sure if it does though. If it doesn't you can do whatever you like, and that includes adding activities to the design surface, in code.

小霸王臭丫头 2024-11-07 12:07:11

尝试设置 ToolboxControl 的 AssociatedDesigner 属性,然后双击即可开始工作。

Try setting the AssociatedDesigner property of the ToolboxControl and double clicking will start working.

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