ContextMenuStrip 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ContextMenuStrip 類別的新執行個體。
多載
ContextMenuStrip() |
初始化 ContextMenuStrip 類別的新執行個體。 |
ContextMenuStrip(IContainer) |
初始化 ContextMenuStrip 類別的新執行個體,並使其與指定的容器產生關聯。 |
ContextMenuStrip()
初始化 ContextMenuStrip 類別的新執行個體。
public:
ContextMenuStrip();
public ContextMenuStrip ();
Public Sub New ()
適用於
ContextMenuStrip(IContainer)
初始化 ContextMenuStrip 類別的新執行個體,並使其與指定的容器產生關聯。
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)
參數
- container
- IContainer
元件,它會實作屬於 IContainer 之容器的 ContextMenuStrip。
備註
使用此建構函式來確保 ContextMenuStrip 已正確處置 ,因為它不是表單的子系。