ToolBar.ToolBarButtonCollection.IList.Insert(Int32, Object) メソッド

定義

ツール バー ボタン コレクション内の指定した場所に既存のツール バー ボタンを挿入します。

 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

パラメーター

index
Int32

ツール バー ボタンを挿入するコレクション内のインデックス付き場所。

button
Object

挿入する ToolBarButton

実装

例外

buttonToolBarButtonではありません。

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 ToolBar.ToolBarButtonCollectionIList インターフェイスにキャストされている場合にのみ使用できます。

適用対象