Microsoft Communities

Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

What is the ContextMenuStrip?

ContextMenuStrip is the ToolStrip version of ContextMenu. It can be associated with any control and a via secondary click will automatically show. It can also be shown programmatically via the Show() API. It supports an Opening and Closing cancellable events to handle dynamic population and multiclick scenarios. ContextMenuStrip, like ToolStripDropDown menu is a highly specialized layout supporting Image, Check, Text, Shortcut and flyout "columns". It also implements special behavior such as auto expanding from top level MenuStrip and diagonal submenu access.



Page view counter