Search Results for

    Show / Hide Table of Contents

    Class TabPageCollection

    A strongly typed, event-raising collection of TabPageAdvanced pages belonging to a TabControlAdvanced, with lookup by index or title.

    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

    View Source

    TabPageCollection()

    Declaration
    public TabPageCollection()

    Properties

    View Source

    this[int]

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

    this[string]

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

    Methods

    View Source

    Add(TabPageAdvanced)

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

    AddRange(TabPageAdvanced[])

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

    Contains(TabPageAdvanced)

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

    IndexOf(TabPageAdvanced)

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

    Insert(int, TabPageAdvanced)

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

    Remove(TabPageAdvanced)

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

    Implements

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