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