ZoneWorkspace.OnActivate Method

Activates the smart part.

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

Syntax

'Declaration
Protected Overridable Sub OnActivate ( _
    smartPart As Control _
)
'Usage
Dim smartPart As Control

Me.OnActivate(smartPart)
protected virtual void OnActivate (
    Control smartPart
)
protected:
virtual void OnActivate (
    Control^ smartPart
)
protected void OnActivate (
    Control smartPart
)
protected function OnActivate (
    smartPart : Control
)

Parameters

  • smartPart

See Also

Reference

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