CheckItemsデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
IsTrackingViewState | このメンバーは、Infragistics コントロールのインフラストラクチャをサポートしており、アプリケーションからの使用は意図されていません。 |
名前 | 解説 | |
---|---|---|
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 | 指定したインデックスにあるボタンを返します。 | |
Parent | これらのチェック項目が属している TBButtonGroup の参照を取得します。 |
名前 | 解説 | |
---|---|---|
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 | オーバーロードされます。 このコレクションにボタンを追加します。 | |
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。 | |
FromKeyButton | ボタンの Key値に基づいて現在のボタングループからボタンを取得します。 | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
Index | 属しているグループにおけるボタンのインデックス。 | |
Insert | このコレクションの指定されたインデックスボタンを入します。 | |
Remove | このボタングループからボタンを削除します。 | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
OnClear | オーバーライドされます。 すべてのグループボタンをクリアした後に、Frameworkによって呼び出されます。 | |
OnClearComplete | Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnInsert | オーバーライドされます。 グループボタンの追加または挿入の前に、Frameworkによって呼び出されます。 | |
OnInsertComplete | オーバーライドされます。 グループボタンの追加または挿入の後に、Frameworkによって呼び出されます。 | |
OnRemove | Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnRemoveComplete | オーバーライドされます。 グループボタンの追加または削除の後に、Frameworkによって呼び出されます。 | |
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から継承されます。 |