WorkspaceComposer.ForceClose Method
Forcedly 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
Public Sub ForceClose ( _
smartPart As TSmartPart _
)
'Usage
Dim instance As WorkspaceComposer(Of TSmartPart, TSmartPartInfo)
Dim smartPart As TSmartPart
instance.ForceClose(smartPart)
public void ForceClose (
TSmartPart smartPart
)
public:
void ForceClose (
TSmartPart smartPart
)
public void ForceClose (
TSmartPart smartPart
)
public function ForceClose (
smartPart : TSmartPart
)
Parameters
- smartPart
See Also
Reference
WorkspaceComposer Class
WorkspaceComposer Members
Microsoft.Practices.CompositeUI.SmartParts Namespace