バージョン

BringIndexIntoView メソッド

特定なインデックスにコンテナーを生成し、表示します。
シンタックス
'宣言
 
Protected Overrides Sub BringIndexIntoView( _
   ByVal index As Integer _
) 
protected override void BringIndexIntoView( 
   int index
)

パラメータ

index
リストの項目の位置。
例外
例外解説
System.ArgumentOutOfRangeExceptionインデックスが境界の外の場合。
参照