ToolStripPanel.ToolStripPanelRowCollection.Insert 方法

定义

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

例外

valuenull

适用于