ToolStripItemCollection.Insert(Int32, ToolStripItem) メソッド

定義

指定した項目をコレクション内の指定したインデックス位置に挿入します。

public:
 void Insert(int index, System::Windows::Forms::ToolStripItem ^ value);
public void Insert(int index, System.Windows.Forms.ToolStripItem value);
member this.Insert : int * System.Windows.Forms.ToolStripItem -> unit
Public Sub Insert (index As Integer, value As ToolStripItem)

パラメーター

index
Int32

ToolStripItemを挿入するToolStripItemCollection内の場所。

value
ToolStripItem

挿入する ToolStripItem

例外

value パラメーターはnull

適用対象