IWorkspace.Close Method

Closes a smart part. Disposing the smart part is the responsibility of the caller.

Namespace: Microsoft.Practices.CompositeUI.SmartParts
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Sub Close ( _
    smartPart As Object _
)
'Usage
Dim instance As IWorkspace
Dim smartPart As Object

instance.Close(smartPart)
void Close (
    Object smartPart
)
void Close (
    Object^ smartPart
)
void Close (
    Object smartPart
)
function Close (
    smartPart : Object
)

Parameters

  • smartPart
    Smart part to close.

See Also

Reference

IWorkspace Interface
IWorkspace Members
Microsoft.Practices.CompositeUI.SmartParts Namespace