PowerTools PlusPak for Windows Forms 8.0J
OnItemInsert メソッド (TouchToolBarItemCollection)

挿入位置のインデックスを示す System.Int32 値。
挿入する項目を示す TouchToolBarItem オブジェクト。
コレクションに 1 つの項目を挿入するときに呼び出されます。
構文
Protected Overrides Sub OnItemInsert( _
   ByVal index As Integer, _
   ByVal item As TouchToolBarItem _
) 
protected override void OnItemInsert( 
   int index,
   TouchToolBarItem item
)

パラメータ

index
挿入位置のインデックスを示す System.Int32 値。
item
挿入する項目を示す TouchToolBarItem オブジェクト。
例外
例外解説
System.ArgumentNullException挿入する item が null です。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

TouchToolBarItemCollection クラス
TouchToolBarItemCollection メンバ

Send Feedback