Actionlist Delphi behaivour ported to Visual Web
Guy posted on July 11, 2008 :: 1317 views
Migrating a codeproject code which was created for WinForms and provides ActionList as in Delphi. For those of you who are not familiar with the concept, it lets you define an action an bind to that action and set properties and then attach an "action control" (button, toolbarbutton, menuitem, etc.) to this action.
Here is the link to the original code published on code project (it also gives an intro to the concept).
http://www.codeproject.com/KB/miscctrl/actionlist.aspx
Download Code
Note: Codes are submitted as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Terms of Agreement:
By using this code, you agree to the following terms...
- You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.
- You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.
- You may link to this code from another website, but ONLY if it is not wrapped in a frame.
- You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.