Share via


ZoneWorkspace.Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.WinForms.ZoneSmartPartInfo>.OnShow Method

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

Syntax

'Declaration
Private Sub Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.WinForms.ZoneSmartPartInfo>.OnShow ( _
    smartPart As Control, _
    smartPartInfo As ZoneSmartPartInfo _
) Implements IComposableWorkspace(Of Control, ZoneSmartPartInfo).OnShow
'Usage
Dim instance As ZoneWorkspace
Dim smartPart As Control
Dim smartPartInfo As ZoneSmartPartInfo

CType(instance, IComposableWorkspace(Of Control, ZoneSmartPartInfo)).OnShow(smartPart, smartPartInfo)
void IComposableWorkspace<Control,ZoneSmartPartInfo>.OnShow (
    Control smartPart,
    ZoneSmartPartInfo smartPartInfo
)
private:
virtual void Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.WinForms.ZoneSmartPartInfo>.OnShow (
    Control^ smartPart, 
    ZoneSmartPartInfo^ smartPartInfo
) sealed = IComposableWorkspace<Control^, ZoneSmartPartInfo^>::OnShow
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • smartPart
  • smartPartInfo

See Also

Reference

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