ZoneWorkspace.Show Method (Object)
Shows the smart part in a new tab.
Namespace: Microsoft.Practices.CompositeUI.WinForms
Assembly: Microsoft.Practices.CompositeUI.WinForms (in microsoft.practices.compositeui.winforms.dll)
Syntax
'Declaration
Public Sub Show ( _
smartPart As Object _
)
'Usage
Dim instance As ZoneWorkspace
Dim smartPart As Object
instance.Show(smartPart)
public void Show (
Object smartPart
)
public:
virtual void Show (
Object^ smartPart
) sealed
public final void Show (
Object smartPart
)
public final function Show (
smartPart : Object
)
Parameters
- smartPart
See Also
Reference
ZoneWorkspace Class
ZoneWorkspace Members
Microsoft.Practices.CompositeUI.WinForms Namespace