Click or drag to resize
ToolControlServicesShowToolControl Method
Shows a Control in the tool window.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public static void ShowToolControl(
	Control toolControl,
	string helpID,
	string[] tabVisibility
)

Parameters

toolControl
Type: System.Windows.FormsControl
Control to show.
helpID
Type: SystemString
Help ID for the control
tabVisibility
Type: SystemString
IDs of ribbon tabs for which the control should be visible.
Version Information

Supported in: 1.0.0.0
See Also