Share via


ZoneWorkspace Class

Definition

public ref class ZoneWorkspace : System::Windows::Controls::DockPanel, Microsoft::Practices::CompositeUI::SmartParts::IComposableWorkspace<System::Windows::FrameworkElement ^, Microsoft::Practices::CompositeUI::Windows::ZoneSmartPartInfo ^>, System::ComponentModel::ISupportInitialize
public class ZoneWorkspace : System.Windows.Controls.DockPanel, Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.FrameworkElement,Microsoft.Practices.CompositeUI.Windows.ZoneSmartPartInfo>, System.ComponentModel.ISupportInitialize
type ZoneWorkspace = class
    inherit DockPanel
    interface IComposableWorkspace<FrameworkElement, ZoneSmartPartInfo>
    interface IWorkspace
    interface ISupportInitialize
Public Class ZoneWorkspace
Inherits DockPanel
Implements IComposableWorkspace(Of FrameworkElement, ZoneSmartPartInfo), ISupportInitialize
Inheritance
ZoneWorkspace
Implements

Constructors

ZoneWorkspace()

Properties

ActiveSmartPart
SmartParts
WorkItem
Zones

Methods

Activate(Object)
ApplySmartPartInfo(Object, ISmartPartInfo)
Close(Object)
GetIsDefaultZone(FrameworkElement)
GetZoneName(ContentControl)
Hide(Object)
OnActivate(FrameworkElement)
OnApplySmartPartInfo(FrameworkElement, ZoneSmartPartInfo)
OnBeginInit()
OnClose(FrameworkElement)
OnConvertFrom(ISmartPartInfo)
OnEndInit()
OnHide(FrameworkElement)
OnShow(FrameworkElement, ZoneSmartPartInfo)
OnSmartPartActivated(WorkspaceEventArgs)
OnSmartPartActivating(WorkspaceCancelEventArgs)
OnSmartPartClosing(WorkspaceCancelEventArgs)
OnVisualChildrenChanged(DependencyObject, DependencyObject)
SetIsDefaultZone(ContentControl, Boolean)
SetZoneName(ContentControl, String)
Show(Object, ISmartPartInfo)
Show(Object)

Events

SmartPartActivated
SmartPartActivating
SmartPartClosing

Explicit Interface Implementations

IComposableWorkspace<FrameworkElement,ZoneSmartPartInfo>.ConvertFrom(ISmartPartInfo)
IComposableWorkspace<FrameworkElement,ZoneSmartPartInfo>.RaiseSmartPartActivated(WorkspaceEventArgs)
IComposableWorkspace<FrameworkElement,ZoneSmartPartInfo>.RaiseSmartPartClosing(WorkspaceCancelEventArgs)
ISupportInitialize.BeginInit()
ISupportInitialize.EndInit()

Applies to