Search Results for

    Show / Hide Table of Contents

    Class TabPageCollection

    Inheritance
    object
    CollectionBase
    CollectionWithEvents
    TabPageCollection
    Implements
    IList
    ICollection
    IEnumerable
    Inherited Members
    CollectionWithEvents.OnClear()
    CollectionWithEvents.Switch(int, int)
    CollectionWithEvents.OnClearComplete()
    CollectionWithEvents.OnInsert(int, object)
    CollectionWithEvents.OnInsertComplete(int, object)
    CollectionWithEvents.OnRemove(int, object)
    CollectionWithEvents.OnRemoveComplete(int, object)
    CollectionWithEvents.IndexOf(object)
    CollectionWithEvents.Clearing
    CollectionWithEvents.Cleared
    CollectionWithEvents.Inserting
    CollectionWithEvents.Inserted
    CollectionWithEvents.Removing
    CollectionWithEvents.Removed
    CollectionBase.Clear()
    CollectionBase.RemoveAt(int)
    CollectionBase.GetEnumerator()
    CollectionBase.OnSet(int, object, object)
    CollectionBase.OnValidate(object)
    CollectionBase.OnSetComplete(int, object, object)
    CollectionBase.InnerList
    CollectionBase.List
    CollectionBase.Capacity
    CollectionBase.Count
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public class TabPageCollection : CollectionWithEvents, IList, ICollection, IEnumerable

    Constructors

    TabPageCollection()

    Declaration
    public TabPageCollection()

    Properties

    this[int]

    Declaration
    public TabPageAdvanced this[int index] { get; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    TabPageAdvanced

    this[string]

    Declaration
    public TabPageAdvanced this[string title] { get; }
    Parameters
    Type Name Description
    string title
    Property Value
    Type Description
    TabPageAdvanced

    Methods

    Add(TabPageAdvanced)

    Declaration
    public TabPageAdvanced Add(TabPageAdvanced value)
    Parameters
    Type Name Description
    TabPageAdvanced value
    Returns
    Type Description
    TabPageAdvanced

    AddRange(TabPageAdvanced[])

    Declaration
    public void AddRange(TabPageAdvanced[] values)
    Parameters
    Type Name Description
    TabPageAdvanced[] values

    Contains(TabPageAdvanced)

    Declaration
    public bool Contains(TabPageAdvanced value)
    Parameters
    Type Name Description
    TabPageAdvanced value
    Returns
    Type Description
    bool

    IndexOf(TabPageAdvanced)

    Declaration
    public int IndexOf(TabPageAdvanced value)
    Parameters
    Type Name Description
    TabPageAdvanced value
    Returns
    Type Description
    int

    Insert(int, TabPageAdvanced)

    Declaration
    public void Insert(int index, TabPageAdvanced value)
    Parameters
    Type Name Description
    int index
    TabPageAdvanced value

    Remove(TabPageAdvanced)

    Declaration
    public void Remove(TabPageAdvanced value)
    Parameters
    Type Name Description
    TabPageAdvanced value

    Implements

    IList
    ICollection
    IEnumerable
    In this article
    Back to top Generated by DocFX