バージョン

Tabs クラス メンバ

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

パブリック コンストラクタ
 名前解説
Public コンストラクタTabs コンストラクタTabsクラスの新しいインスタンスを初期化します。  
トップ
パブリック プロパティ
 名前解説
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 プロパティItemItem プロパティを使って、コレクションに含まれる TabItem オブジェクトにアクセスできます。  
Public プロパティOwnerこのコレクションを所有する UltraWebTab への参照を取得します。  
トップ
プロテクト プロパティ
 名前解説
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

オブジェクト (または) を Tabs コレクションに追加します。

 
Public メソッドClearRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。
Public メソッドContainsタブがタブ項目が持っているかどうかをチェックします。  
Public メソッドConvertTabIndexToCollectionIndexTab クラスの項目のインスタンスにおけるタブのインデックスを、このコレクションのすべての項目におけるタブのインデックスに変換します。  
Public メソッドCopyToタブをコピーします。  
Public メソッドFromKey

キーから TabItem への参照を取得します。

 
Public メソッドFromKeyTab

キーから Tab への参照を取得します。

 
Public メソッドGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. System.Collections.CollectionBaseから継承されます。
Public メソッドGetTabTab クラスの項目のインデックスから、タブへの参照を取得します。  
Public メソッドGetTabIndexTab クラスの項目の参照から、タブへのインデックスを取得します。  
Public メソッドIndexOfタブ項目のインデックスを取得します。  
Public メソッドInsert

TabItem オブジェクト (Tab または TabSeparator) を Tabs コレクションの指定されたインデックスの位置に追加します。

 
Public メソッドRemoveタブ項目を削除します。  
Public メソッドRemoveAtRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。
トップ
プロテクト メソッド
 名前解説
Protected メソッドOnClearオーバーライドされます。 アクションをクリアします。  
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 メソッド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 メソッド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から継承されます。
トップ
参照