バージョン

FixedColumnInfoCollection クラス メンバ

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

パブリック コンストラクタ
 名前解説
Public コンストラクタFixedColumnInfoCollection コンストラクタFixedColumnInfoCollection のインスタンスを作成します。  
トップ
パブリック プロパティ
 名前解説
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オーバーロードされます。 コントロール内の項目のコレクションを取得します。  
Public プロパティLeftFixedCountグリッドの左端に現在固定されているコレクション内の列数。  
Public プロパティRightFixedCountグリッドの右端に現在固定されているコレクション内の列数。  
トップ
プロテクト プロパティ
 名前解説
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オーバーロードされます。 FixedColumnInfo コレクションにを追加します。  
Public メソッドClearRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。
Public メソッドContainsオーバーロードされます。 コレクションが指定された FixedColumnInfo オブジェクトを含む場合、true を返します。  
Public メソッドGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Public メソッドIndexOfコレクション内での FixedColumnInfo のインデックスを返します。  
Public メソッドInsert元となる ArrayList コレクションに FixedColumnInfo を挿入します。  
Public メソッドRemoveFixedColumnInfo をコレクションから削除します。  
Public メソッドRemoveAt指定されたインデックスにある FixedColumnInfo オブジェクトを削除します。  
トップ
プロテクト メソッド
 名前解説
Protected メソッドOnClearオーバーライドされます。 コレクションがクリアされたときに、LeftFixedCount および RightFixedCount をゼロに設定します。  
Protected メソッドOnClearCompletePerforms additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnInsertPerforms additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnInsertCompletePerforms additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnRemovePerforms additional custom processes when removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnRemoveCompletePerforms additional custom processes after removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnSetPerforms additional custom processes before setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnSetCompletePerforms additional custom processes after setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Protected メソッドOnValidatePerforms additional custom processes when validating a value. System.Collections.CollectionBaseから継承されます。
トップ
参照