Click or drag to resize
ToolControlManagerShowTool Method
Creates an instance of the Tool Control specified by its Type and associated with the specified Command Id. If there is a host visible, that has been registered to host the specified Tool Control, the control will be instantiated and shown. The current Tool Control of the host (if any) will be closed.

Namespace:  ABB.Robotics.RobotStudio.Stations.Forms
Assembly:  ABB.Robotics.RobotStudio.Stations.Forms (in ABB.Robotics.RobotStudio.Stations.Forms.dll) Version: 7.0.8747.636
Syntax
C#
public static ToolControlBase ShowTool(
	Type controlType,
	string commandID
)

Parameters

controlType
Type: SystemType
The Type of the Tool Control to create and show.
commandID
Type: SystemString
The Command Id associated with the Tool Control.

Return Value

Type: ToolControlBase
Version Information

Supported in: 1.0.0.0
See Also