Click here to Skip to main content
15,891,136 members
Articles / Programming Languages / Visual Basic

Handling Menus and Toolbars Using MDICommandSupport Class Library

Rate me:
Please Sign up or sign in to vote.
4.71/5 (16 votes)
6 Mar 2023CPOL11 min read 32.4K   848   33  
Simplifies working with ToolStrip-type menus and tool bars for MDI-parent and other forms; also works with ToolStrip-type context menus
The following class library scans a form's (any form, not just MDI's) control collection for MenuStrips, ToolStrips, and ToolStripItem containers for ToolStripItems, and groups those items by command name into a "command dictionary" within instances of the class MDICommandInfo.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions