DeckWorkspace.Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo>.OnActivate 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.SmartParts.SmartPartInfo>.OnActivate ( _
    smartPart As Control _
) Implements IComposableWorkspace(Of Control, SmartPartInfo).OnActivate
'Usage
Dim instance As DeckWorkspace
Dim smartPart As Control

CType(instance, IComposableWorkspace(Of Control, SmartPartInfo)).OnActivate(smartPart)
void IComposableWorkspace<Control,SmartPartInfo>.OnActivate (
    Control smartPart
)
private:
virtual void Microsoft.Practices.CompositeUI.SmartParts.IComposableWorkspace<System.Windows.Forms.Control,Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo>.OnActivate (
    Control^ smartPart
) sealed = IComposableWorkspace<Control^, SmartPartInfo^>::OnActivate
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

See Also

Reference

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