IComposableWorkspace Members

Interface implemented by workspaces that cannot inherit from Workspace and want to aggregate the functionality from a WorkspaceComposer

The following tables list the members exposed by the IComposableWorkspace generic type.

Public Methods

  Name Description
Public method ConvertFrom Converts from the given source into a new instance of the TSmartPartInfo information.
Public method OnActivate When overridden in a derived class, activates the smartPart in the workspace.
Public method OnApplySmartPartInfo When overridden in a derived class, applies the smartPartInfo to the smartPart that lives in the workspace.
Public method OnClose When overridden in a derived class, closes and removes the smartPart from the workspace.
Public method OnHide When overridden in a derived class, hides the smartPart on the workspace.
Public method OnShow When overridden in a derived class, shows the smartPart on the workspace.
Public method RaiseSmartPartActivated Raises the SmartPartActivated event on the composed workspace.
Public method RaiseSmartPartClosing Raises the SmartPartClosing event on the composed workspace.

Top

See Also

Reference

IComposableWorkspace Interface
Microsoft.Practices.CompositeUI.SmartParts Namespace