ToolStrip.SetItemParent(ToolStripItem, ToolStrip) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可讓您變更 ToolStripItem 的父 ToolStrip。
protected:
static void SetItemParent(System::Windows::Forms::ToolStripItem ^ item, System::Windows::Forms::ToolStrip ^ parent);
protected static void SetItemParent (System.Windows.Forms.ToolStripItem item, System.Windows.Forms.ToolStrip parent);
static member SetItemParent : System.Windows.Forms.ToolStripItem * System.Windows.Forms.ToolStrip -> unit
Protected Shared Sub SetItemParent (item As ToolStripItem, parent As ToolStrip)
參數
- item
- ToolStripItem
要變更其 Parent 屬性的 ToolStripItem。
- parent
- ToolStrip
ToolStrip,其為 item
參數所參考之 ToolStripItem 的父代。
備註
建立自訂配置引擎時, SetItemParent 請使用 屬性。