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

挿入する Thumb のインデックス値。
コレクションに追加する Thumb
コレクションの指定したインデックス位置にスライダーを挿入するときに呼び出されます。
構文
Protected Overrides Sub OnItemInsert( _
   ByVal index As Integer, _
   ByVal item As Thumb _
) 
protected override void OnItemInsert( 
   int index,
   Thumb item
)

パラメータ

index
挿入する Thumb のインデックス値。
item
コレクションに追加する Thumb
プラットフォーム

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

参照

ThumbCollection クラス
ThumbCollection メンバ

Send Feedback