Is there any Delphi TActionTActionListTImageList equivalent in C# WinForms? - Stack Overflow

admin2025-04-16  3

I need dynamically manage aviability of actions in WinForm app. Actions should be aviable on main menu, toolbar or just by pressing a keyboard shortcut. In Delphi, there was a great framework - TAction, TImageList. I could assign Action to menuitem, or toolbutton - and then enabling or disablig it, or changing its visibility - was connected to menuitem / button.

I cannot find anything similar in WinForms. I've found ImageList - but it seems to be for something completly different.

转载请注明原文地址:http://www.anycun.com/QandA/1744788748a87639.html