Click or drag to resize

NumPadPointText Property

Gets or sets the text that is used in the point button.

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

Property Value

Type: String
The text that will be displayed in the Point button. This text is the one also sent to the Target textbox.
Remarks
The default value is the character '.'
See Also