Class OTZTabOnlyPageCollection
OTZ タブオンリーコントロールのタブの機能を提供します。
Inheritance
System.Object
OTZTabOnlyPageCollection
アセンブリ: OTZControls.dll
Syntax
public class OTZTabOnlyPageCollection
コンストラクタ
OTZTabOnlyPageCollection(OTZTabOnlyControl)
宣言
public OTZTabOnlyPageCollection(OTZTabOnlyControl owner)
パラメーター
プロパティ
CloneTabPages
宣言
[Browsable(false)]
public List<OTZTabOnlyPage> CloneTabPages { get; }
プロパティ値
Count
宣言
[Browsable(false)]
public int Count { get; }
プロパティ値
Item[Int32]
宣言
public OTZTabOnlyPage this[int index] { get; set; }
パラメーター
型 |
名前 |
説明 |
System.Int32 |
index |
|
プロパティ値
例外
型 |
Condition |
System.ArgumentException |
|
メソッド
Add(OTZTabOnlyPage)
宣言
public void Add(OTZTabOnlyPage tabPage)
パラメーター
例外
型 |
Condition |
System.ArgumentNullException |
|
Clear()
宣言
Contains(OTZTabOnlyPage)
宣言
public bool Contains(OTZTabOnlyPage item)
パラメーター
戻り値
GetEnumerator()
宣言
public IEnumerator GetEnumerator()
戻り値
型 |
説明 |
System.Collections.IEnumerator |
|
IndexOf(OTZTabOnlyPage)
最初に値が出現した位置のインデックス番号 (0 から始まる) を返します。
宣言
public int IndexOf(OTZTabOnlyPage item)
パラメーター
戻り値
RemoveAt(Int32)
宣言
public void RemoveAt(int index)
パラメーター
型 |
名前 |
説明 |
System.Int32 |
index |
|