Skip to main content
Version: 3.5

MdiClient

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the container for multiple-document interface (MDI) child forms.

public class MdiClient : Control

Constructors

Instance memberMdiClient(owner)

Initializes a new instance of MdiClient.

NameTypeDescription
ownerFormThe MdiParent form using this container to host its children.

Properties

Instance memberActiveMdiChild

Form: Returns the currently active multiple-document interface (MDI) child window.

Instance memberMdiChildren

Form[]: Returns the child multiple-document interface (MDI) forms of the MdiClient control.

Instance memberTabControl

TabControl: Returns the internal TabControl.

Implements

NameDescription
IBindableComponentBindable components implement this interface.
IDropTargetControls that support drag & drop operations implement this interface.
IWisejComponentAll wisej components implement this interface.
IWisejControlAll wisej controls derived from the Control class must implement this interface.
IWisejSerializableAllows an object to serialize itself.