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

SubItemCollectionInsertItem メソッド

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

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

パラメーター

index
型: SystemInt32
subItem を挿入する位置の 0 から始まるインデックス。
subItem
型: GrapeCity.Windows.InputManSubItem
挿入する SubItem
例外
例外条件
InvalidOperationException 自動生成された ListItemSubItems は変更できません。
ArgumentExceptionsubItem はすでにコレクションに含まれています。
ArgumentNullExceptionsubItem は null にはできません。
関連項目