Share via


ZoneWorkspace.OnShow Method

Shows the control.

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

Syntax

'Declaration
Protected Overridable Sub OnShow ( _
    smartPart As Control, _
    smartPartInfo As ZoneSmartPartInfo _
)
'Usage
Dim smartPart As Control
Dim smartPartInfo As ZoneSmartPartInfo

Me.OnShow(smartPart, smartPartInfo)
protected virtual void OnShow (
    Control smartPart,
    ZoneSmartPartInfo smartPartInfo
)
protected:
virtual void OnShow (
    Control^ smartPart, 
    ZoneSmartPartInfo^ smartPartInfo
)
protected void OnShow (
    Control smartPart, 
    ZoneSmartPartInfo smartPartInfo
)
protected function OnShow (
    smartPart : Control, 
    smartPartInfo : ZoneSmartPartInfo
)

Parameters

  • smartPart
  • smartPartInfo

See Also

Reference

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