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

SubItemCollection クラス

ListItem 内の SubItem のコレクションを表します。
継承階層
System.Object
  System.Collections.ObjectModel.Collection<SubItem>
    System.Collections.ObjectModel.ObservableCollection<SubItem>
      GrapeCity.Windows.InputMan.SubItemCollection

名前空間:  GrapeCity.Windows.InputMan
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
public sealed class SubItemCollection : ObservableCollection<SubItem>

SubItemCollection 型は下記のメンバーを公開します。

メソッド
  名前説明
Protected メソッドClearItems
コレクション内のすべてのサブ項目をクリアします。
(ObservableCollection<T> .ClearItems()をオーバーライド)
Protected メソッドInsertItem
コレクション内の指定したインデックスに SubItem を挿入します。
(ObservableCollection<T> .InsertItem(Int32, T)をオーバーライド)
Protected メソッドRemoveItem
コレクションの指定したインデックスにある SubItem を削除します。
(ObservableCollection<T> .RemoveItem(Int32)をオーバーライド)
Protected メソッドSetItem
指定したインデックスにある SubItem を置き換えます。
(ObservableCollection<T> .SetItem(Int32, T)をオーバーライド)
トップ
関連項目