alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TabbedMDITabControlEventArgs

    The event args for the TabControlAdding, TabControlAdded and TabControlRemoved events.

    Inheritance
    System.Object
    TabbedMDITabControlEventArgs
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TabbedMDITabControlEventArgs : EventArgs

    Constructors

    TabbedMDITabControlEventArgs(MDITabPanel)

    Declaration
    public TabbedMDITabControlEventArgs(MDITabPanel tabControl)
    Parameters
    Type Name Description
    MDITabPanel tabControl

    Properties

    TabControl

    Gets / sets the tab control instance that is being added or removed.

    Declaration
    public MDITabPanel TabControl { get; set; }
    Property Value
    Type
    MDITabPanel
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved