Click or drag to resize

CompactAlphaPadEnablePointInNumPad Property

Sets or gets a value indicating whether a button with a Point button is present in the bottom left corner of 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 bool EnablePointInNumPad { get; set; }

Property Value

Type: Boolean
true if the button is present, otherwise false. Default is false.
Remarks
This button may be used when the special signs are disabled.
See Also