menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TabbedGroup - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TabbedGroup

    Inheritance
    System.Object
    NonFinalizeDisposableWithDisposedProp
    DisposableWithDisposedProp
    TabbedGroup
    Implements
    System.IDisposable
    IChangeNotifyingItem
    Inherited Members
    NonFinalizeDisposableWithDisposedProp.Dispose()
    NonFinalizeDisposableWithDisposedProp.IsDisposed
    NonFinalizeDisposableWithDisposedProp.m_bDisposed
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TabbedGroup : DisposableWithDisposedProp, IDisposable, IChangeNotifyingItem

    Constructors

    TabbedGroup(String)

    Initializes a new instance of the TabbedGroup class.

    Declaration
    public TabbedGroup(string groupName)
    Parameters
    Type Name Description
    System.String groupName

    Name of the group.

    Properties

    GroupName

    Returns the tabGroup Name

    Declaration
    public string GroupName { get; }
    Property Value
    Type
    System.String

    MdiChildren

    Returns the MDI children collection

    Declaration
    public Form[] MdiChildren { get; }
    Property Value
    Type
    System.Windows.Forms.Form[]

    UniqueName

    Returns the tabGroup unique Name

    Declaration
    public string UniqueName { get; }
    Property Value
    Type
    System.String

    Methods

    AddForm(Form)

    Adds a form to the corresponding tabgroup

    Declaration
    public void AddForm(Form form)
    Parameters
    Type Name Description
    System.Windows.Forms.Form form

    The form.

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    NonFinalizeDisposableWithDisposedProp.Dispose(Boolean)

    OnPropertyChanged(SyncfusionPropertyChangedEventArgs)

    Raises the property changed event.

    Declaration
    protected virtual void OnPropertyChanged(SyncfusionPropertyChangedEventArgs args)
    Parameters
    Type Name Description
    SyncfusionPropertyChangedEventArgs args

    RemoveForm(Form)

    Removes a form from the corresponding tabgroup

    Declaration
    public void RemoveForm(Form form)
    Parameters
    Type Name Description
    System.Windows.Forms.Form form

    Events

    PropertyChanged

    Occurs when a property gets changed

    Declaration
    public event SyncfusionPropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    SyncfusionPropertyChangedEventHandler

    Implements

    System.IDisposable
    IChangeNotifyingItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved