MDI Child Window Wrapper.
Namespace: MDIWindowManager
Assembly: MDIWindowManager (MDIWindowManager)
Syntax
| Visual Basic (Declaration) |
|---|
Public Class WrappedWindow _ Implements IDisposable |
| C# |
|---|
public class WrappedWindow : IDisposable |
| C++ |
|---|
public ref class WrappedWindow : IDisposable |
Methods
| Icon | Type | Description |
|---|---|---|
| AdjustFormProperties(Boolean) | ||
| Dispose() |
Constructors
| Icon | Type | Description |
|---|---|---|
| WrappedWindowNew() | ||
| WrappedWindowNew(Form) |
Properties
Events
| Icon | Type | Description |
|---|---|---|
| PopInRequested | ||
| WindowActivated | ||
| WindowClosed | ||
| WindowClosing | ||
| WindowDeactivate | ||
| WindowEnter | ||
| WindowLeave | ||
| WindowTextChanged | ||
| WindowVisibleChanged |
Remarks
Used by WindowManagerPanel to
facilitate managing an MDI Child
window. This class controls the
appearance of the window and
intercepts events on behalf of the
child window.
Inheritance Hierarchy
System.Object
MDIWindowManager.WrappedWindow
MDIWindowManager.WrappedWindow