Click or drag to resize

CompactAlphaPadPointInNumPadText Property

Gets or sets the text that is used in the bottom left point button in the numeric pad.

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 PointInNumPadText { 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