Click or drag to resize

TextBoxWrapperTextBox Property

Gets or sets the TextBoxBase target.

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 TextBox { get; set; }

Property Value

Type: Control
A TextBoxBase object where user input will be reflected. The default is null
See Also