TActions

  • Thread starter Thread starter Craig Kenniston
  • Start date Start date
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,
 
* 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>
 
Back
Top