Tabsデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Tabs コンストラクタ | Tabsクラスの新しいインスタンスを初期化します。 |
名前 | 解説 | |
---|---|---|
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 | Item プロパティを使って、コレクションに含まれる TabItem オブジェクトにアクセスできます。 | |
Owner | このコレクションを所有する UltraWebTab への参照を取得します。 |
名前 | 解説 | |
---|---|---|
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 | オブジェクト (または) を Tabs コレクションに追加します。 | |
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。 | |
Contains | タブがタブ項目が持っているかどうかをチェックします。 | |
ConvertTabIndexToCollectionIndex | Tab クラスの項目のインスタンスにおけるタブのインデックスを、このコレクションのすべての項目におけるタブのインデックスに変換します。 | |
CopyTo | タブをコピーします。 | |
FromKey | キーから TabItem への参照を取得します。 | |
FromKeyTab | キーから Tab への参照を取得します。 | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
GetTab | Tab クラスの項目のインデックスから、タブへの参照を取得します。 | |
GetTabIndex | Tab クラスの項目の参照から、タブへのインデックスを取得します。 | |
IndexOf | タブ項目のインデックスを取得します。 | |
Insert | TabItem オブジェクト (Tab または TabSeparator) を Tabs コレクションの指定されたインデックスの位置に追加します。 | |
Remove | タブ項目を削除します。 | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。 |
名前 | 解説 | |
---|---|---|
OnClear | オーバーライドされます。 アクションをクリアします。 | |
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 | オーバーライドされます。 挿入アクションを書き込みます。 | |
OnRemove | Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。 | |
OnRemoveComplete | オーバーライドされます。 削除アクションを書き込みます。 | |
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から継承されます。 |