Share via


ZoneWorkspace.Close Method

Closes the smart part and removes its tab.

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

Syntax

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

instance.Close(smartPart)
public void Close (
    Object smartPart
)
public:
virtual void Close (
    Object^ smartPart
) sealed
public final void Close (
    Object smartPart
)
public final function Close (
    smartPart : Object
)

Parameters

  • smartPart

See Also

Reference

ZoneWorkspace Class
ZoneWorkspace Members
Microsoft.Practices.CompositeUI.WinForms Namespace