menu

WinForms

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

    Show / Hide Table of Contents

    Class MdiWindowDialog

    Inheritance
    System.Object
    MdiWindowDialog
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class MdiWindowDialog : Form

    Constructors

    MdiWindowDialog()

    Declaration
    public MdiWindowDialog()

    Fields

    CancelBtn

    Declaration
    public Button CancelBtn
    Field Value
    Type
    System.Windows.Forms.Button

    ItemList

    Declaration
    public ListBox ItemList
    Field Value
    Type
    System.Windows.Forms.ListBox

    OkBtn

    Declaration
    public Button OkBtn
    Field Value
    Type
    System.Windows.Forms.Button

    Properties

    ActiveChildForm

    Declaration
    public Form ActiveChildForm { get; }
    Property Value
    Type
    System.Windows.Forms.Form

    Methods

    Dispose(Boolean)

    Cleans up any resources being used.

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

    Bool property disposing.

    InitLocalizedResources()

    Declaration
    protected virtual void InitLocalizedResources()

    SetItems(Form, Form[])

    Declaration
    public void SetItems(Form active, Form[] allChildForms)
    Parameters
    Type Name Description
    System.Windows.Forms.Form active
    System.Windows.Forms.Form[] allChildForms
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved