ContextMenuStrip Constructor (IContainer^)
.NET Framework (current version)
Initializes a new instance of the ContextMenuStrip class and associates it with the specified container.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- container
-
Type:
System.ComponentModel::IContainer^
A component that implements IContainer that is the container of the ContextMenuStrip.
Use this constructor to ensure that the ContextMenuStrip is disposed of properly, since it is not a child of the form.
.NET Framework
Available since 2.0
Available since 2.0
Show: