Class MdiWindowDialog
Inheritance
System.Object
MdiWindowDialog
Assembly: Syncfusion.Tools.Windows.dll
public class MdiWindowDialog : Form
Constructors
Declaration
Fields
Declaration
Field Value
Type |
System.Windows.Forms.Button |
Declaration
Field Value
Type |
System.Windows.Forms.ListBox |
Declaration
Field Value
Type |
System.Windows.Forms.Button |
Properties
Declaration
public Form ActiveChildForm { get; }
Property Value
Type |
System.Windows.Forms.Form |
Methods
Cleans up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
Bool property disposing.
|
Declaration
protected virtual void InitLocalizedResources()
Declaration
public void SetItems(Form active, Form[] allChildForms)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Form |
active |
|
System.Windows.Forms.Form[] |
allChildForms |
|