Click or drag to resize

CompactAlphaPadTarget Property

Gets or sets the text object 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 Control Target { get; set; }

Property Value

Type: Control
A TextBoxBase that represents the object where user input will be reflected.
Remarks
See TargetWrapper for details about manipulating the text.
See Also