ToolBar.ToolBarButtonCollection.IList.Insert(Int32, Object) Metoda

Definice

Vloží existující tlačítko panelu nástrojů do kolekce tlačítek panelu nástrojů v zadaném umístění.

 virtual void System.Collections.IList.Insert(int index, System::Object ^ button) = System::Collections::IList::Insert;
void IList.Insert(int index, object button);
abstract member System.Collections.IList.Insert : int * obj -> unit
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, button As Object) Implements IList.Insert

Parametry

index
Int32

Indexované umístění v kolekci pro vložení tlačítka panelu nástrojů.

button
Object

Vložte ToolBarButton ho.

Implementuje

Výjimky

Poznámky

Tento člen je explicitní implementace člena rozhraní. Lze jej použít pouze v případech, kdy ToolBar.ToolBarButtonCollection se přetypuje na IList rozhraní.

Platí pro