Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delphi action list equivalent in C#

in Delphi there's action list , what's the equivalent to it in C# 3 winforms application

I searched a lot but didn't find any proper way

like image 321
AMH Avatar asked Oct 02 '11 14:10

AMH


1 Answers

There is no equivalent in WinForms. This is one of the most common complaints when a Delphi developer switches to WinForms.

There are various third party options but I have no personal experience with which to make a recommendation. You could take a look at this for starters: http://www.codeproject.com/KB/miscctrl/actionlist.aspx

like image 187
David Heffernan Avatar answered Nov 09 '22 09:11

David Heffernan