GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 : SideButtonCollection クラス |
SideButtonCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 説明 | |
---|---|---|
![]() | Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. System.Collections.CollectionBaseから継承されます。 |
![]() | Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. System.Collections.CollectionBaseから継承されます。 |
![]() | Item | オーバーロードされます。 コレクションの指定したインデックスにある SideButtonBase を取得または設定します。 |
名前 | 説明 | |
---|---|---|
![]() | InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
名前 | 説明 | |
---|---|---|
![]() | Add | 指定した SideButtonBase をコレクションに追加します。 |
![]() | AddRange | オーバーロードされます。 配列に含まれる項目を、コレクションの末尾に追加します。 |
![]() | Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。 |
![]() | Contains | 指定したSideButtonBaseがコレクションに含まれているかどうかを示す値を取得します。 |
![]() | ContainsKey | 指定したキーを持つ項目が NamedObjectCollection<T> コレクションに含まれているかどうかを判断します。 |
![]() | CopyTo | コレクションのオブジェクトを、1次元System.Arrayインスタンスの指定したインデックス以降にコピーします。 |
![]() | Find | 指定した名前を使用して項目を検索します。 |
![]() | GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 |
![]() | IndexOf | 指定した SideButtonBase がコレクション内に存在する場合、そのコレクションでのインデックスを返します。 |
![]() | IndexOfKey | 指定したアイテムがコレクション内で最初に出現する位置のインデックスを取得します。 |
![]() | Insert | 指定した SideButtonBase をコレクションの指定したインデックスに挿入します。 |
![]() | Remove | 指定した SideButtonBase をコレクションから削除します。 |
![]() | RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。 |
名前 | 説明 | |
---|---|---|
![]() | OnClear | オーバーライドされます。 (内部仕様のため、アプリケーションによる使用は想定されていません。) |
![]() | OnClearComplete | オーバーライドされます。 (内部仕様のため、アプリケーションによる使用は想定されていません。) |
![]() | OnCollectionChanged | CollectionChangedイベントを発生させます。 |
![]() | OnInsert | オーバーライドされます。 System.Collections.CollectionBaseインスタンスに新しい要素を挿入する前に、追加のカスタム処理を実行します。 |
![]() | OnInsertComplete | オーバーライドされます。 (内部仕様のため、アプリケーションによる使用は想定されていません。) |
![]() | OnRemove | オーバーライドされます。 System.Collections.CollectionBaseインスタンスから要素を削除するときに、追加のカスタム処理を実行します。 |
![]() | OnRemoveComplete | オーバーライドされます。 (内部仕様のため、アプリケーションによる使用は想定されていません。) |
![]() | OnSet | オーバーライドされます。 System.Collections.CollectionBaseインスタンスに値を設定する前に、追加のカスタム処理を実行します。 |
![]() | OnSetComplete | オーバーライドされます。 (内部仕様のため、アプリケーションによる使用は想定されていません。) |
![]() | OnValidate | オーバーライドされます。 項目が検証されるとき、追加処理を実行します。 |