WindowWorkspace Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WindowWorkspace() | |
WindowWorkspace(IWin32Window) |
WindowWorkspace()
public:
WindowWorkspace();
public WindowWorkspace ();
Public Sub New ()
Applies to
WindowWorkspace(IWin32Window)
public:
WindowWorkspace(System::Windows::Forms::IWin32Window ^ ownerForm);
public WindowWorkspace (System.Windows.Forms.IWin32Window ownerForm);
new Microsoft.Practices.CompositeUI.WinForms.WindowWorkspace : System.Windows.Forms.IWin32Window -> Microsoft.Practices.CompositeUI.WinForms.WindowWorkspace
Public Sub New (ownerForm As IWin32Window)
Parameters
- ownerForm
- IWin32Window