ToolStripPanel.ToolStripPanelRowCollection.Insert 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 ToolStripPanelRow 中的指定位置插入指定的 ToolStripPanel.ToolStripPanelRowCollection。
public:
void Insert(int index, System::Windows::Forms::ToolStripPanelRow ^ value);
public void Insert (int index, System.Windows.Forms.ToolStripPanelRow value);
member this.Insert : int * System.Windows.Forms.ToolStripPanelRow -> unit
Public Sub Insert (index As Integer, value As ToolStripPanelRow)
参数
- index
- Int32
从零开始的索引,在该处插入 ToolStripPanelRow。
- value
- ToolStripPanelRow
要插入的 ToolStripPanelRow。
例外
value
为 null
。