工作流设计器以编程方式删除设计器中的活动?
我使用过工作流程设计器和工具箱;我想在工具箱上双击时向工作流设计器添加活动?我想将该活动放在工作流设计器上......
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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.
尝试设置 ToolboxControl 的 AssociatedDesigner 属性,然后双击即可开始工作。
Try setting the AssociatedDesigner property of the ToolboxControl and double clicking will start working.