次の方法で共有


ZoneWorkspace Class

Definition

public ref class ZoneWorkspace : System::Windows::Forms::Panel, Microsoft::Practices::CompositeUI::SmartParts::IComposableWorkspace<System::Windows::Forms::Control ^, Microsoft::Practices::CompositeUI::WinForms::ZoneSmartPartInfo ^>, System::ComponentModel::IExtenderProvider, System::ComponentModel::ISupportInitialize
[System.Drawing.ToolboxBitmap(typeof(Microsoft.Practices.CompositeUI.WinForms.ZoneWorkspace), "ZoneWorkspace")]
public class ZoneWorkspace : System.Windows.Forms.Panel, Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.WinForms.ZoneSmartPartInfo>, System.ComponentModel.IExtenderProvider, System.ComponentModel.ISupportInitialize
[<System.Drawing.ToolboxBitmap(typeof(Microsoft.Practices.CompositeUI.WinForms.ZoneWorkspace), "ZoneWorkspace")>]
type ZoneWorkspace = class
    inherit Panel
    interface IComposableWorkspace<Control, ZoneSmartPartInfo>
    interface IWorkspace
    interface ISupportInitialize
    interface IExtenderProvider
Public Class ZoneWorkspace
Inherits Panel
Implements IComposableWorkspace(Of Control, ZoneSmartPartInfo), IExtenderProvider, ISupportInitialize
Inheritance
ZoneWorkspace
Attributes
Implements

Constructors

ZoneWorkspace()

Properties

ActiveSmartPart
SmartParts
WorkItem
Zones

Methods

Activate(Object)
ApplySmartPartInfo(Object, ISmartPartInfo)
Close(Object)
GetIsDefaultZone(Control)
GetZoneName(Control)
Hide(Object)
OnActivate(Control)
OnApplySmartPartInfo(Control, ZoneSmartPartInfo)
OnBeginInit()
OnClose(Control)
OnControlAdded(ControlEventArgs)
OnControlRemoved(ControlEventArgs)
OnConvertFrom(ISmartPartInfo)
OnEndInit()
OnHide(Control)
OnShow(Control, ZoneSmartPartInfo)
OnSmartPartActivated(WorkspaceEventArgs)
OnSmartPartClosing(WorkspaceCancelEventArgs)
SetIsDefaultZone(Control, Boolean)
SetZoneName(Control, String)
Show(Object)
Show(Object, ISmartPartInfo)

Events

SmartPartActivated
SmartPartClosing

Explicit Interface Implementations

IComposableWorkspace<Control,ZoneSmartPartInfo>.ConvertFrom(ISmartPartInfo)
IComposableWorkspace<Control,ZoneSmartPartInfo>.OnActivate(Control)
IComposableWorkspace<Control,ZoneSmartPartInfo>.OnApplySmartPartInfo(Control, ZoneSmartPartInfo)
IComposableWorkspace<Control,ZoneSmartPartInfo>.OnClose(Control)
IComposableWorkspace<Control,ZoneSmartPartInfo>.OnHide(Control)
IComposableWorkspace<Control,ZoneSmartPartInfo>.OnShow(Control, ZoneSmartPartInfo)
IComposableWorkspace<Control,ZoneSmartPartInfo>.RaiseSmartPartActivated(WorkspaceEventArgs)
IComposableWorkspace<Control,ZoneSmartPartInfo>.RaiseSmartPartClosing(WorkspaceCancelEventArgs)
IExtenderProvider.CanExtend(Object)
ISupportInitialize.BeginInit()
ISupportInitialize.EndInit()

Applies to