Skip to main content
Version: 4.1

MdiClient

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

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

public class MdiClient : Control

Constructors

Instance member MdiClient(owner)

Initializes a new instance of MdiClient.

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

Properties

Instance member ActiveMdiChild

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

Instance member MdiChildren

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

Instance member TabControl

TabControl: Returns the internal TabControl.

Methods

Protected member OnLeave(e)

ParameterTypeDescription
eEventArgs

Protected member OnWebRender(config)

Renders the client component.

ParameterTypeDescription
configObjectDynamic configuration object.

Implements

NameDescription
IUserDataProvides access to the UserData and Tag properties associated to the component implementing this interface.
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.