Click or drag to resize
HostedAddInBaseOnActivate Method
Called when the user has told RobotStudio to activate your PowerPac.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public virtual bool OnActivate()

Return Value

Type: Boolean
True if you have activated the PowerPac, false if you could not activate.
Remarks
Add the user interface elements needed for the PowerPac.
Version Information

Supported in: 1.0.0.0
See Also