Table of Contents

Namespace System.Windows.Forms

Classes

ContextMenu

This class is used to put context menus on your form and show them for controls at runtime. It basically acts like a regular Menu control, but can be set for the ContextMenu property that most controls have.

MainMenu

Represents a menu structure for a form.

Menu

This is the base class for all menu components (MainMenu, MenuItem, and ContextMenu).

Menu.MenuItemCollection
MenuItem

Represents an individual item that is displayed within a Menu or Menu.

NotifyIconExtensionMethods

Provides extension methods for the NotifyIcon class.

Enums

MenuMerge

Specifies the behavior of a MenuItem when it is merged with items in another menu.