バージョン

CustomColorCollection クラス メンバ

CustomColorCollectionデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタCustomColorCollection コンストラクタ新しい CustomColorCollection を初期化します。  
トップ
パブリック プロパティ
 名前解説
Public プロパティCapacityGets or sets the number of elements that the System.Collections.CollectionBase can contain. System.Collections.CollectionBaseから継承されます。
Public プロパティCountGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. System.Collections.CollectionBaseから継承されます。
Public プロパティItem Infragistics.Shared.ColorsCollectionBaseから継承されます。
トップ
プロテクト プロパティ
 名前解説
Protected プロパティInnerListGets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected プロパティListGets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドAddコレクションに色を追加します。  
Public メソッドClearRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。
Public メソッドContains Infragistics.Shared.ColorsCollectionBaseから継承されます。
Public メソッドCopyTo Infragistics.Shared.ColorsCollectionBaseから継承されます。
Public メソッドGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Public メソッドIndexOf Infragistics.Shared.ColorsCollectionBaseから継承されます。
Public メソッドInsert色をコレクションに挿入します。  
Public メソッドRemoveコレクションから色を削除します。  
Public メソッドRemoveAtRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。
Public メソッドSort指定された比較子を使用して、コレクションをソートします。  
トップ
プロテクト メソッド
 名前解説
Protected メソッドFillColorsオーバーライドされます。 オーバーライドされます。デフォルトカラーをコレクションに追加します。  
Protected メソッドOnClearPerforms additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnClearCompleteオーバーライドされます。 オーバーライドされます。コレクションが消去された後に呼び出されます。  
Protected メソッドOnCollectionChangedCollectionChanged イベントを呼び出します。  
Protected メソッドOnInsertPerforms additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnInsertCompleteオーバーライドされます。 オーバーライドされます。項目がコレクションに挿入されたときに呼び出されます。  
Protected メソッドOnRemovePerforms additional custom processes when removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnRemoveCompleteオーバーライドされます。 オーバーライドされます。項目がコレクションから削除されたときに呼び出されます。  
Protected メソッドOnSetPerforms additional custom processes before setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnSetCompleteオーバーライドされます。 オーバーライドされます。コレクション内の項目が設定された後に呼び出されます。  
Protected メソッドOnValidateオーバーライドされます。 オーバーライドされます。コレクションに追加された項目を検証するために使用されます。  
トップ
パブリック イベント
 名前解説
Public イベントCollectionChangedコレクションの内容が変更されたときに呼び出されます。  
トップ
参照