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创建自定义布局引擎时使用 属性。