Search Results for

    Show / Hide Table of Contents

    Class OTZTabOnlyPageCollection

    OTZ タブオンリーコントロールのタブの機能を提供します。

    Inheritance
    System.Object
    OTZTabOnlyPageCollection
    名前空間: OTZControls.Controls
    アセンブリ: OTZControls.dll
    Syntax
    public class OTZTabOnlyPageCollection

    コンストラクタ

    OTZTabOnlyPageCollection(OTZTabOnlyControl)

    コンストラクタ

    宣言
    public OTZTabOnlyPageCollection(OTZTabOnlyControl owner)
    パラメーター
    型 名前 説明
    OTZTabOnlyControl owner

    プロパティ

    CloneTabPages

    タブを取得します。

    宣言
    [Browsable(false)]
    public List<OTZTabOnlyPage> CloneTabPages { get; }
    プロパティ値
    型 説明
    System.Collections.Generic.List<OTZTabOnlyPage>

    Count

    タブ数を取得します。

    宣言
    [Browsable(false)]
    public int Count { get; }
    プロパティ値
    型 説明
    System.Int32

    Item[Int32]

    インデクサ

    宣言
    public OTZTabOnlyPage this[int index] { get; set; }
    パラメーター
    型 名前 説明
    System.Int32 index
    プロパティ値
    型 説明
    OTZTabOnlyPage
    例外
    型 Condition
    System.ArgumentException

    メソッド

    Add(OTZTabOnlyPage)

    タブを追加します。

    宣言
    public void Add(OTZTabOnlyPage tabPage)
    パラメーター
    型 名前 説明
    OTZTabOnlyPage tabPage

    追加するタブ

    例外
    型 Condition
    System.ArgumentNullException

    Clear()

    タブをすべて削除します。

    宣言
    public void Clear()

    Contains(OTZTabOnlyPage)

    タブが存在するかを取得します。

    宣言
    public bool Contains(OTZTabOnlyPage item)
    パラメーター
    型 名前 説明
    OTZTabOnlyPage item
    戻り値
    型 説明
    System.Boolean

    GetEnumerator()

    宣言
    public IEnumerator GetEnumerator()
    戻り値
    型 説明
    System.Collections.IEnumerator

    IndexOf(OTZTabOnlyPage)

    最初に値が出現した位置のインデックス番号 (0 から始まる) を返します。

    宣言
    public int IndexOf(OTZTabOnlyPage item)
    パラメーター
    型 名前 説明
    OTZTabOnlyPage item
    戻り値
    型 説明
    System.Int32

    RemoveAt(Int32)

    指定したインデックスのタブを削除します。

    宣言
    public void RemoveAt(int index)
    パラメーター
    型 名前 説明
    System.Int32 index
    In This Article
    Back to top Generated by DocFX