FixedColumnInfoCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
FixedColumnInfoCollection コンストラクタ | FixedColumnInfoCollection のインスタンスを作成します。 |
名前 | 解説 | |
---|---|---|
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 | オーバーロードされます。 コントロール内の項目のコレクションを取得します。 | |
LeftFixedCount | グリッドの左端に現在固定されているコレクション内の列数。 | |
RightFixedCount | グリッドの右端に現在固定されているコレクション内の列数。 |
名前 | 解説 | |
---|---|---|
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 | オーバーロードされます。 FixedColumnInfo コレクションにを追加します。 | |
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。 | |
Contains | オーバーロードされます。 コレクションが指定された FixedColumnInfo オブジェクトを含む場合、true を返します。 | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
IndexOf | コレクション内での FixedColumnInfo のインデックスを返します。 | |
Insert | 元となる ArrayList コレクションに FixedColumnInfo を挿入します。 | |
Remove | FixedColumnInfo をコレクションから削除します。 | |
RemoveAt | 指定されたインデックスにある FixedColumnInfo オブジェクトを削除します。 |
名前 | 解説 | |
---|---|---|
OnClear | オーバーライドされます。 コレクションがクリアされたときに、LeftFixedCount および RightFixedCount をゼロに設定します。 | |
OnClearComplete | Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnInsert | Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnInsertComplete | Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnRemove | Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnRemoveComplete | Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnSet | Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnSetComplete | Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnValidate | Performs additional custom processes when validating a value. System.Collections.CollectionBaseから継承されます。 |