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.