Version

Search Results

MdiChildFormBase Class Properties

Public Properties Protected Properties

Dispose(Boolean) Method

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.

Dispose Method (MdiChildFormBase)

Disposes of the resources (other than memory) used by the System.Windows.Forms.Form. Overload List

IsFullTrust Property (MdiChildFormBase)

Returns true if the window was created in a full trust environment. Syntax

Manager Property (MdiChildFormBase)

Returns the owning UltraDockManager Syntax

OnFormClosing Method

Overriden. Invoked when the form is closing. Syntax Parameters e Cancelable event arguments that provides information about why the form is closing.

OnHandleCreated Method (MdiChildFormBase)

Invoked when the Handle for the form is created. Syntax Parameters e EventArgs

OnParentChanged Method (MdiChildFormBase)

Invoked when the parent of the MdiChildForm has changed. Syntax Parameters e Event arguments

Pane Property (MdiChildFormBase)

Returns the DockableControlPane contained by the mdi child form. Syntax

MdiChildForm Class Events

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...