MdiClient

Wisej.Web.MdiClient

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

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

public class MdiClient : Control

Constructors

MdiClient(owner)

Initializes a new instance of MdiClient.

NameTypeDescription

owner

The MdiParent form using this container to host its children.

Properties

ActiveMdiChild

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

MdiChildren

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

TabControl

TabControl: Returns the internal TabControl.

Implements

NameDescription

Bindable components implement this interface.

All wisej components implement this interface.

All wisej controls derived from the Control class must implement this interface.

Allows an object to serialize itself.

Last updated