GrapeCity.Win.CalendarGrid.v10 アセンブリ > GrapeCity.Win.CalendarGrid 名前空間 : CalendarGridCommandCollection クラス |
CalendarGridCommandCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
CalendarGridCommandCollection コンストラクタ | CalendarGridCommandCollection クラスの新しいインスタンスを初期化します。 |
名前 | 解説 | |
---|---|---|
Count | System.Collections.ObjectModel.Collection<CalendarGridCommand>から継承されます。 | |
Item | System.Collections.ObjectModel.Collection<CalendarGridCommand>から継承されます。 |
名前 | 解説 | |
---|---|---|
Add | オーバーロードされます。 ICalendarGridAction と System.Windows.Forms.Keys の組み合わせを CalendarGridCommandCollection に追加します。 | |
AddRange | 指定したコレクションの CalendarGridCommands を CalendarGridCommandCollection に追加します。 | |
Clear | System.Collections.ObjectModel.Collection<CalendarGridCommand>から継承されます。 | |
Contains | System.Collections.ObjectModel.Collection<CalendarGridCommand>から継承されます。 | |
CopyTo | System.Collections.ObjectModel.Collection<CalendarGridCommand>から継承されます。 | |
GetEnumerator | System.Collections.ObjectModel.Collection<CalendarGridCommand>から継承されます。 | |
IndexOf | System.Collections.ObjectModel.Collection<CalendarGridCommand>から継承されます。 | |
Insert | System.Collections.ObjectModel.Collection<CalendarGridCommand>から継承されます。 | |
Remove | オーバーロードされます。 System.Windows.Forms.Keys によって識別された特定の CalendarGridCommand を削除します。 | |
RemoveAt | System.Collections.ObjectModel.Collection<CalendarGridCommand>から継承されます。 |
名前 | 解説 | |
---|---|---|
ClearItems | オーバーライドされます。 コレクション内のすべての CalendarGridCommand をクリアします。 | |
InsertItem | オーバーライドされます。 CalendarGridCommandCollection の指定した位置に CalendarGridCommand を挿入します。 | |
RemoveItem | オーバーライドされます。 コレクションから CalendarGridCommand を削除します。 | |
SetItem | オーバーライドされます。 指定した位置にある項目を新しい項目に変更します。 |