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).
- NotifyIconExtensionMethods
Provides extension methods for the NotifyIcon class.