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

NumberDisplayFieldCollectionInsertItem メソッド

特定のインデックスに項目を挿入するときに呼び出されます。

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

パラメーター

index
型: SystemInt32
項目を挿入する位置。
item
型: GrapeCity.Windows.InputMan.FieldsNumberDisplayField
コレクションに挿入する項目。
関連項目