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

Расположение в ToolStripItemCollection, в которое добавляется объект ToolStripItem.

value
ToolStripItem

Вставляемый объект ToolStripItem.

Исключения

Параметр value имеет значение null.

Применяется к