Is there .NET equivalent to Delphi's ActionList?

 ̄綄美尐妖づ 提交于 2019-11-30 14:37:11

WinForms do not have such a thing build in, but WPF does with its commands. See http://www.microsoft.com/belux/msdn/nl/community/columns/jdruyts/wpf_commandpattern.mspx

You may also take a look at Actions for .NET WinForms. Among other things, it allows to categorize actions in a Delphi-like way, and has an option to execute and/or update them asynchronously.

Yes, there is: Crad's Actions.

That is a CodeProject page describing, and hosting the original source code. The code link on the original author's page is broken.

It's a shame Microsoft doesn't adopt them.


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