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 インターフェイスにキャストされた場合にのみ使用できます。

適用対象