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

SubItemCollection クラス

ListItem 内の SubItem のコレクションを表します。
継承階層
SystemObject
  System.Collections.ObjectModelCollectionSubItem
    System.Collections.ObjectModelObservableCollectionSubItem
      GrapeCity.Windows.InputManSubItemCollection

名前空間:  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
コレクション内のすべてのサブ項目をクリアします。
(ObservableCollectionTClearItemsをオーバーライド)
Protected メソッドInsertItem
コレクション内の指定したインデックスに SubItem を挿入します。
(ObservableCollectionTInsertItem(Int32, T)をオーバーライド)
Protected メソッドRemoveItem
コレクションの指定したインデックスにある SubItem を削除します。
(ObservableCollectionTRemoveItem(Int32)をオーバーライド)
Protected メソッドSetItem
指定したインデックスにある SubItem を置き換えます。
(ObservableCollectionTSetItem(Int32, T)をオーバーライド)
トップ
関連項目