MdiWorkspace Class
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.
public ref class MdiWorkspace : Microsoft::Practices::CompositeUI::WinForms::WindowWorkspace
public class MdiWorkspace : Microsoft.Practices.CompositeUI.WinForms.WindowWorkspace
type MdiWorkspace = class
inherit WindowWorkspace
Public Class MdiWorkspace
Inherits WindowWorkspace
Inheritance
Constructors
Properties
Methods
Activate(Object)
(Inherited from Workspace<TSmartPart,TSmartPartInfo> )
ApplySmartPartInfo(Object, ISmartPartInfo)
(Inherited from Workspace<TSmartPart,TSmartPartInfo> )
Close(Object)
(Inherited from Workspace<TSmartPart,TSmartPartInfo> )
CloseInternal(TSmartPart)
(Inherited from Workspace<TSmartPart,TSmartPartInfo> )
ConvertFrom(ISmartPartInfo)
(Inherited from Workspace<TSmartPart,TSmartPartInfo> )
CreateDefaultSmartPartInfo(TSmartPart)
(Inherited from Workspace<TSmartPart,TSmartPartInfo> )
GetOrCreateForm(Control)
(Inherited from WindowWorkspace )
Hide(Object)
(Inherited from Workspace<TSmartPart,TSmartPartInfo> )
OnActivate(Control)
(Inherited from WindowWorkspace )
OnActivate(TSmartPart)
(Inherited from Workspace<TSmartPart,TSmartPartInfo> )
OnApplySmartPartInfo(Control, WindowSmartPartInfo)
(Inherited from WindowWorkspace )
OnApplySmartPartInfo(TSmartPart, TSmartPartInfo)
(Inherited from Workspace<TSmartPart,TSmartPartInfo> )
OnClose(Control)
(Inherited from WindowWorkspace )
OnClose(TSmartPart)
(Inherited from Workspace<TSmartPart,TSmartPartInfo> )
OnHide(Control)
(Inherited from WindowWorkspace )
OnHide(TSmartPart)
(Inherited from Workspace<TSmartPart,TSmartPartInfo> )
OnShow(Control, WindowSmartPartInfo)
OnShow(TSmartPart, TSmartPartInfo)
(Inherited from Workspace<TSmartPart,TSmartPartInfo> )
RaiseSmartPartActivated(Object)
(Inherited from Workspace<TSmartPart,TSmartPartInfo> )
RaiseSmartPartClosing(Object)
(Inherited from Workspace<TSmartPart,TSmartPartInfo> )
RaiseSmartPartClosing(WorkspaceCancelEventArgs)
(Inherited from Workspace<TSmartPart,TSmartPartInfo> )
SetActiveSmartPart(Object)
(Inherited from Workspace<TSmartPart,TSmartPartInfo> )
SetWindowLocation(Form, WindowSmartPartInfo)
(Inherited from WindowWorkspace )
SetWindowProperties(Form, WindowSmartPartInfo)
(Inherited from WindowWorkspace )
Show(Object, ISmartPartInfo)
(Inherited from Workspace<TSmartPart,TSmartPartInfo> )
Show(Object)
(Inherited from Workspace<TSmartPart,TSmartPartInfo> )
Events
Applies to