Click or drag to resize

SDKViewWrapperActivate Method

This method is fired when the control is deactivated by the framework.

Namespace:  ABB.Robotics.Tps.SDK.Base
Assembly:  ABB.Robotics.Tps.SDK.Base (in ABB.Robotics.Tps.SDK.Base.dll) Version: 6.5.129.0
Syntax
C#
public void Activate()

Implements

ITacActivation.Activate
Remarks
This method notifies the SDK AppDomain that a customized application must be showed.
See Also