WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabGroupCollection

    Show / Hide Table of Contents

    Class TabGroupCollection

    Collection of tab groups. Also provides TabGroup extended property.

    Inheritance
    System.Object
    ObservableList<ToolStripTabGroup>
    TabGroupCollection
    Implements
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.ComponentModel.IExtenderProvider
    Inherited Members
    ObservableList<ToolStripTabGroup>.GetEnumerator()
    ObservableList<ToolStripTabGroup>.Add(ToolStripTabGroup)
    ObservableList<ToolStripTabGroup>.IndexOf(ToolStripTabGroup)
    ObservableList<ToolStripTabGroup>.Insert(Int32, ToolStripTabGroup)
    ObservableList<ToolStripTabGroup>.Remove(ToolStripTabGroup)
    ObservableList<ToolStripTabGroup>.RemoveAt(Int32)
    ObservableList<ToolStripTabGroup>.Contains(ToolStripTabGroup)
    ObservableList<ToolStripTabGroup>.Clear()
    ObservableList<ToolStripTabGroup>.Sort(IComparer)
    ObservableList<ToolStripTabGroup>.IList.Add(Object)
    ObservableList<ToolStripTabGroup>.IList.Clear()
    ObservableList<ToolStripTabGroup>.IList.Contains(Object)
    ObservableList<ToolStripTabGroup>.IList.IndexOf(Object)
    ObservableList<ToolStripTabGroup>.IList.Insert(Int32, Object)
    ObservableList<ToolStripTabGroup>.IList.Remove(Object)
    ObservableList<ToolStripTabGroup>.IList.RemoveAt(Int32)
    ObservableList<ToolStripTabGroup>.IList.get_Item(Int32)
    ObservableList<ToolStripTabGroup>.IList.set_Item(Int32, Object)
    ObservableList<ToolStripTabGroup>.ICollection.CopyTo(Array, Int32)
    ObservableList<ToolStripTabGroup>.IEnumerable.GetEnumerator()
    ObservableList<ToolStripTabGroup>.OnInsert(Int32, Object)
    ObservableList<ToolStripTabGroup>.OnRemove(Int32, Object)
    ObservableList<ToolStripTabGroup>.OnInsertComplete(Int32, Object)
    ObservableList<ToolStripTabGroup>.OnRemoveComplete(Int32, Object)
    ObservableList<ToolStripTabGroup>.OnClear()
    ObservableList<ToolStripTabGroup>.OnClearCompleted()
    ObservableList<ToolStripTabGroup>.Count
    ObservableList<ToolStripTabGroup>.Capacity
    ObservableList<ToolStripTabGroup>.List
    ObservableList<ToolStripTabGroup>.Item[Int32]
    ObservableList<ToolStripTabGroup>.IList.IsFixedSize
    ObservableList<ToolStripTabGroup>.IList.IsReadOnly
    ObservableList<ToolStripTabGroup>.IList.Item[Int32]
    ObservableList<ToolStripTabGroup>.ICollection.Count
    ObservableList<ToolStripTabGroup>.ICollection.IsSynchronized
    ObservableList<ToolStripTabGroup>.ICollection.SyncRoot
    ObservableList<ToolStripTabGroup>.ItemAdded
    ObservableList<ToolStripTabGroup>.ItemRemoved
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TabGroupCollection : ObservableList<ToolStripTabGroup>, IList, ICollection, IEnumerable, IExtenderProvider

    Methods

    CanExtend(Object)

    Returns true if component should be extended with TabGroup property.

    Declaration
    public bool CanExtend(object extendee)
    Parameters
    Type Name Description
    System.Object extendee

    The source of the object.

    Returns
    Type Description
    System.Boolean

    GetTabGroup(Component)

    Getter of TabGroup extended property.

    Declaration
    public ToolStripTabGroup GetTabGroup(Component component)
    Parameters
    Type Name Description
    System.ComponentModel.Component component

    The component which needs to get in TabGroup.

    Returns
    Type Description
    ToolStripTabGroup

    SetTabGroup(Component, ToolStripTabGroup)

    Getter of TabGroup extended property.

    Declaration
    public void SetTabGroup(Component component, ToolStripTabGroup value)
    Parameters
    Type Name Description
    System.ComponentModel.Component component

    The component which needs to get in TabGroup.

    ToolStripTabGroup value

    The ToolStripTabGroup instance.

    Implements

    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.ComponentModel.IExtenderProvider
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved