Windows WF 3.5 How to drop activity on Custom Composite Activity in Workflow

99封情书 提交于 2019-12-24 17:04:37

问题


I have a custom activity which is a composite of several activities. There are some activities on the composite where I would like users of the custom activity to be able to drop more activities at design time on the Worfkflow surface.

Custom Composite activities don't allow drag-drop actions out-of-the box, but I have tried using a custom designer and overridden OnDragDrop etc. and that did not work either.

Code samples/snippets in any answers would be most helpful...

来源:https://stackoverflow.com/questions/2208190/windows-wf-3-5-how-to-drop-activity-on-custom-composite-activity-in-workflow

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!