StatusBar.StatusBarPanelCollection.IList.Insert(Int32, Object) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション内の指定したインデックス位置に、指定した 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
プロパティの値を超えています。