Sdílet prostřednictvím


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

Instance ToolBarButton, která má být vložena.

Implementuje

Výjimky

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případech, kdy ToolBar.ToolBarButtonCollection je přetypován do IList rozhraní.

Platí pro