TActions

C

Craig Kenniston

I come from Delphi. In Delphi there is a component named TAction. This
TAction helps you to synchronize menus&buttons and other ways to call a
form in that way, that you link certain menu item to an action, if you
have a button that open the same form of that menu item, then you link
that to the same action. Then you can set your action enabled or
disabled and this applies for any control to which you have your action
linked.

Well, I am looking for something similar in .Net.

Any suggestion is welcome.


Regards,
 
H

Herfried K. Wagner [MVP]

* Craig Kenniston said:
I come from Delphi. In Delphi there is a component named TAction. This
TAction helps you to synchronize menus&buttons and other ways to call
a form in that way, that you link certain menu item to an action, if
you have a button that open the same form of that menu item, then you
link that to the same action. Then you can set your action enabled or
disabled and this applies for any control to which you have your
action linked.

Well, I am looking for something similar in .Net.

You will find some sourcecode to do that here:

<http://groups.google.de/[email protected]#link7>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top