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
Syntaxpublic string PointInNumPadText { get; set; }Property Value
Type:
StringThe text that will be displayed in the Point button. This text is the one also sent to the Target textbox.
RemarksThe default value is the character '.'
See Also