WindowWorkspace Constructor (IWin32Window)

Initializes the workspace with the form to use as the owner of all windows shown through the workspace.

Namespace: Microsoft.Practices.CompositeUI.WinForms
Assembly: Microsoft.Practices.CompositeUI.WinForms (in microsoft.practices.compositeui.winforms.dll)

Syntax

'Declaration
Public Sub New ( _
    ownerForm As IWin32Window _
)
'Usage
Dim ownerForm As IWin32Window

Dim instance As New WindowWorkspace(ownerForm)
public WindowWorkspace (
    IWin32Window ownerForm
)
public:
WindowWorkspace (
    IWin32Window^ ownerForm
)
public WindowWorkspace (
    IWin32Window ownerForm
)
public function WindowWorkspace (
    ownerForm : IWin32Window
)

Parameters

  • ownerForm
    The owner of windows shown through the workspace

See Also

Reference

WindowWorkspace Class
WindowWorkspace Members
Microsoft.Practices.CompositeUI.WinForms Namespace