リサイズはクリックかドラッグ

NumberDisplayFieldCollectionInsertItems メソッド

コレクション内の指定したインデックスに複数の項目を挿入します。

名前空間:  GrapeCity.Windows.InputMan.Fields
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
protected override void InsertItems(
	int index,
	IEnumerable<NumberDisplayField> value
)

パラメーター

index
型: SystemInt32
項目を挿入する位置。
value
型: System.Collections.GenericIEnumerableNumberDisplayField
コレクションに挿入する項目。
関連項目