Click or drag to resize

CompactAlphaPadTargetWrapper Property

Gets the object wrapper where the user input will be reflected.

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 TextBoxWrapper TargetWrapper { get; }

Property Value

Type: TextBoxWrapper
A TextBoxWrapper that represents the object where user input can be managed.
Remarks
See Target for details about the text object. You have to create a Target before using the CompactAlphaPad.
See Also