MdiClient
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Represents the container for multiple-document interface (MDI) child forms.
- C#
- VB.NET
public class MdiClient : Control
Public Class MdiClient
Inherits Control
Constructors
MdiClient(owner)
Initializes a new instance of MdiClient.
| Name | Type | Description |
|---|---|---|
| owner | Form | 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.
Methods
OnLeave(e)
| Parameter | Type | Description |
|---|---|---|
| e | EventArgs |
OnWebRender(config)
Renders the client component.
| Parameter | Type | Description |
|---|---|---|
| config | Object | Dynamic configuration object. |
Implements
| Name | Description |
|---|---|
| IUserData | Provides access to the UserData and Tag properties associated to the component implementing this interface. |
| IBindableComponent | Bindable components implement this interface. |
| IDropTarget | Controls that support drag & drop operations implement this interface. |
| IWisejComponent | All wisej components implement this interface. |
| IWisejControl | All wisej controls derived from the Control class must implement this interface. |
| IWisejSerializable | Allows an object to serialize itself. |