Click or drag to resize

GTPUMasterDialogShowMe Method

Shows the control inside the new parent.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.GTPU.Windows.Forms (in ABB.Robotics.GTPU.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public void ShowMe(
	Control newParent
)

Parameters

newParent
Type: System.Windows.FormsControl
New parent where the control will be inserted.
See Also