Click or drag to resize
ToolControlManagerFindToolHost Method
Returns the Tool Control host with the specified identifier.

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 Control FindToolHost(
	string hostId
)

Parameters

hostId
Type: SystemString
The identity of the host to find.

Return Value

Type: Control
Remarks
Predefined hosts in RobotStudio are "ObjectBrowser", "ElementBrowser" and "ProgramBrowser".
Version Information

Supported in: 1.0.0.0
See Also