Public Properties Protected Properties
Disposes of the resources (other than memory) used by the System.Windows.Forms.Form. Syntax Parameters disposing true to release both managed and unmanaged resources; false to release only unmanaged resources.
Disposes of the resources (other than memory) used by the System.Windows.Forms.Form. Overload List
Returns true if the window was created in a full trust environment. Syntax
Returns the owning UltraDockManager Syntax
Overriden. Invoked when the form is closing. Syntax Parameters e Cancelable event arguments that provides information about why the form is closing.
Invoked when the Handle for the form is created. Syntax Parameters e EventArgs
Invoked when the parent of the MdiChildForm has changed. Syntax Parameters e Event arguments
Returns the DockableControlPane contained by the mdi child form. Syntax
For a list of all members of this type, see MdiChildForm members. Public Events Name Description Activated Occurs when the form is activated in code or by the user. (Inherited from System.Windows.Forms.Form) AutoSizeChanged Occurs when the System.Windows.Forms.Form.AutoSize property changes. (Inherited from System...