StatusBar.StatusBarPanelCollection.IList.Insert(Int32, Object) Metoda

Definice

Vloží zadaný StatusBarPanel objekt do kolekce v zadaném indexu.

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

Parametry

index
Int32

Umístění indexu založeného na nule, kam je panel vložen.

value
Object

A StatusBarPanel , který představuje panel, který chcete vložit.

Implementuje

Výjimky

Parametr indexu je menší než nula nebo větší než hodnota Count vlastnosti.

valuenení .StatusBarPanel

-nebo- Nadřazená hodnota není null.

Platí pro