ContextMenuStrip Constructors
Definition
Initializes a new instance of the ContextMenuStrip class.
Overloads
ContextMenuStrip() |
Initializes a new instance of the ContextMenuStrip class. |
ContextMenuStrip(IContainer) |
Initializes a new instance of the ContextMenuStrip class and associates it with the specified container. |
ContextMenuStrip()
Initializes a new instance of the ContextMenuStrip class.
public:
ContextMenuStrip();
public ContextMenuStrip ();
Public Sub New ()
Applies to
ContextMenuStrip(IContainer)
Initializes a new instance of the ContextMenuStrip class and associates it with the specified container.
public:
ContextMenuStrip(System::ComponentModel::IContainer ^ container);
public ContextMenuStrip (System.ComponentModel.IContainer container);
new System.Windows.Forms.ContextMenuStrip : System.ComponentModel.IContainer -> System.Windows.Forms.ContextMenuStrip
Public Sub New (container As IContainer)
Parameters
- container
- IContainer
A component that implements IContainer that is the container of the ContextMenuStrip.
Remarks
Use this constructor to ensure that the ContextMenuStrip is disposed of properly, since it is not a child of the form.