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
item
パラメーターで参照される ToolStripItem の親である ToolStrip。
注釈
このプロパティは、 SetItemParent カスタム レイアウト エンジンを作成するときに使用します。