StatusBar.StatusBarPanelCollection.IList.Insert(Int32, Object) メソッド

定義

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

 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

パラメーター

index
Int32

パネルが挿入される位置を示す 0 から始まるインデックス。

value
Object

挿入するパネルを表す StatusBarPanel

実装

例外

index パラメーターが 0 未満か、Count プロパティの値を超えています。

valueStatusBarPanel ではありません。

  • または - value の親が null ではありません。

適用対象