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

Constructors

Properties

IconTypeDescription
IsClosed
IsClosing
Window

Events

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