Is there .NET equivalent to Delphi's ActionList? -


We are currently using Delphi 5 and Delphi 2005 for development, and through the Delphi Prism .NET route Is being investigated. / P>

Whether any net near Delphi's executive is?

For those who are not familiar with ActionList, this is a component in which we have a collection of actions taken by us, e.g. Save, refresh, load, etc. Each caption, image, may be enabled / disabled in each action. After that, you can assign a button for an action, and the button will receive the action's captions, images, etc., and if you have the action of saving the UI as a menu item and a button, then Both can use the same action.

There is no such thing in WinForms, but WPF does with its commands

< / Div>

Comments