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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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