WinForms

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

    Show / Hide Table of Contents

    Class MDIChildAddCancelEventArgs

    Event data for the TabbedMDIManager.BeforeMDIChildAdded event.

    Inheritance
    System.Object
    MDIChildAddCancelEventArgs
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class MDIChildAddCancelEventArgs : CancelEventArgs

    Constructors

    MDIChildAddCancelEventArgs(Control)

    Declaration
    public MDIChildAddCancelEventArgs(Control ctrl)
    Parameters
    Type Name Description
    System.Windows.Forms.Control ctrl

    Properties

    NewControl

    The control/form that is to be added to the TabbedMDIManager.

    Declaration
    public Control NewControl { get; }
    Property Value
    Type Description
    System.Windows.Forms.Control
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved