Workspace.CloseInternal Method

Closes the smart part without raising the SmartPartClosing event.

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

Syntax

'Declaration
Protected Sub CloseInternal ( _
    smartPart As TSmartPart _
)
'Usage
Dim smartPart As TSmartPart

Me.CloseInternal(smartPart)
protected void CloseInternal (
    TSmartPart smartPart
)
protected:
void CloseInternal (
    TSmartPart smartPart
)
protected void CloseInternal (
    TSmartPart smartPart
)
protected function CloseInternal (
    smartPart : TSmartPart
)

Parameters

  • smartPart

See Also

Reference

Workspace Class
Workspace Members
Microsoft.Practices.CompositeUI.SmartParts Namespace