| 名前 | 解説 | |
|---|---|---|
![]()  | Capacity | System.Collections.CollectionBaseから継承されます。 | 
![]()  | Count | System.Collections.CollectionBaseから継承されます。 | 
![]()  | Item | オーバーロードされます。 コレクション内の指定した位置の CommonFont を取得または設定します。 | 
CommonFontCollectionデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]()  | Capacity | System.Collections.CollectionBaseから継承されます。 | 
![]()  | Count | System.Collections.CollectionBaseから継承されます。 | 
![]()  | Item | オーバーロードされます。 コレクション内の指定した位置の CommonFont を取得または設定します。 | 
| 名前 | 解説 | |
|---|---|---|
![]()  | Add | 指定した CommonFont をコレクションに追加します。 | 
![]()  | AddRange | CommonFont オブジェクトのグループをコレクションの最後に追加します。 | 
![]()  | Clear | System.Collections.CollectionBaseから継承されます。 | 
![]()  | ClearAndDispose | すべての共通項目をコレクションから削除して、それらの項目を破棄します。 C1.Win.C1Gauge.CommonItemCollectionから継承されます。 | 
![]()  | Contains | オーバーロードされます。 このコレクションが指定した CommonFont を含むかどうかを決定します。 | 
![]()  | IndexOf | オーバーロードされます。 コレクション内の特定の CommonFont のインデックスを決定します。 | 
![]()  | Insert | 指定した CommonFont をこのコレクションの指定のインデックスに挿入します。 | 
![]()  | Move | 指定したインデックス(fromIndex)の項目を新しい位置(toIndex)に移動します。 C1.Win.C1Gauge.CommonItemCollectionから継承されます。 | 
![]()  | Remove | 指定した CommonFont をコレクションから削除します。 | 
![]()  | RemoveAt | System.Collections.CollectionBaseから継承されます。 |