次の方法で共有


DeckWorkspace Class

Definition

public ref class DeckWorkspace : System::Windows::Forms::Control, Microsoft::Practices::CompositeUI::SmartParts::IComposableWorkspace<System::Windows::Forms::Control ^, Microsoft::Practices::CompositeUI::SmartParts::SmartPartInfo ^>
[System.Drawing.ToolboxBitmap(typeof(Microsoft.Practices.CompositeUI.WinForms.DeckWorkspace), "DeckWorkspace")]
[System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)]
public class DeckWorkspace : System.Windows.Forms.Control, Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo>
[<System.Drawing.ToolboxBitmap(typeof(Microsoft.Practices.CompositeUI.WinForms.DeckWorkspace), "DeckWorkspace")>]
[<System.Windows.Forms.Docking(System.Windows.Forms.DockingBehavior.Ask)>]
type DeckWorkspace = class
    inherit Control
    interface IComposableWorkspace<Control, SmartPartInfo>
    interface IWorkspace
Public Class DeckWorkspace
Inherits Control
Implements IComposableWorkspace(Of Control, SmartPartInfo)
Inheritance
DeckWorkspace
Derived
Attributes
Implements

Constructors

DeckWorkspace()

Properties

ActiveSmartPart
SmartParts
WorkItem

Methods

Activate(Object)
ApplySmartPartInfo(Object, ISmartPartInfo)
Close(Object)
Dispose(Boolean)
Hide(Object)
OnActivate(Control)
OnApplySmartPartInfo(Control, SmartPartInfo)
OnClose(Control)
OnConvertFrom(ISmartPartInfo)
OnHide(Control)
OnShow(Control, SmartPartInfo)
OnSmartPartActivated(WorkspaceEventArgs)
OnSmartPartClosing(WorkspaceCancelEventArgs)
Show(Object)
Show(Object, ISmartPartInfo)

Events

SmartPartActivated
SmartPartClosing

Explicit Interface Implementations

IComposableWorkspace<Control,SmartPartInfo>.ConvertFrom(ISmartPartInfo)
IComposableWorkspace<Control,SmartPartInfo>.OnActivate(Control)
IComposableWorkspace<Control,SmartPartInfo>.OnApplySmartPartInfo(Control, SmartPartInfo)
IComposableWorkspace<Control,SmartPartInfo>.OnClose(Control)
IComposableWorkspace<Control,SmartPartInfo>.OnHide(Control)
IComposableWorkspace<Control,SmartPartInfo>.OnShow(Control, SmartPartInfo)
IComposableWorkspace<Control,SmartPartInfo>.RaiseSmartPartActivated(WorkspaceEventArgs)
IComposableWorkspace<Control,SmartPartInfo>.RaiseSmartPartClosing(WorkspaceCancelEventArgs)
IWorkspace.ActiveSmartPart
IWorkspace.SmartParts

Applies to