Share via


WindowWorkspace Class

Definition

public ref class WindowWorkspace : Microsoft::Practices::CompositeUI::SmartParts::Workspace<System::Windows::UIElement ^, Microsoft::Practices::CompositeUI::Windows::WindowSmartPartInfo ^>
public class WindowWorkspace : Microsoft.Practices.CompositeUI.SmartParts.Workspace<System.Windows.UIElement,Microsoft.Practices.CompositeUI.Windows.WindowSmartPartInfo>
type WindowWorkspace = class
    inherit Workspace<UIElement, WindowSmartPartInfo>
Public Class WindowWorkspace
Inherits Workspace(Of UIElement, WindowSmartPartInfo)
Inheritance

Constructors

WindowWorkspace()

Properties

ActiveSmartPart (Inherited from Workspace<TSmartPart,TSmartPartInfo>)
InnerSmartParts (Inherited from Workspace<TSmartPart,TSmartPartInfo>)
SmartParts (Inherited from Workspace<TSmartPart,TSmartPartInfo>)
WorkItem (Inherited from Workspace<TSmartPart,TSmartPartInfo>)

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>)
Hide(Object) (Inherited from Workspace<TSmartPart,TSmartPartInfo>)
OnActivate(TSmartPart) (Inherited from Workspace<TSmartPart,TSmartPartInfo>)
OnActivate(UIElement)
OnApplySmartPartInfo(TSmartPart, TSmartPartInfo) (Inherited from Workspace<TSmartPart,TSmartPartInfo>)
OnApplySmartPartInfo(UIElement, WindowSmartPartInfo)
OnClose(TSmartPart) (Inherited from Workspace<TSmartPart,TSmartPartInfo>)
OnClose(UIElement)
OnHide(TSmartPart) (Inherited from Workspace<TSmartPart,TSmartPartInfo>)
OnHide(UIElement)
OnShow(TSmartPart, TSmartPartInfo) (Inherited from Workspace<TSmartPart,TSmartPartInfo>)
OnShow(UIElement, WindowSmartPartInfo)
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>)
Show(Object) (Inherited from Workspace<TSmartPart,TSmartPartInfo>)
Show(Object, ISmartPartInfo) (Inherited from Workspace<TSmartPart,TSmartPartInfo>)

Events

SmartPartActivated (Inherited from Workspace<TSmartPart,TSmartPartInfo>)
SmartPartClosing (Inherited from Workspace<TSmartPart,TSmartPartInfo>)

Applies to