Click or drag to resize

CompactAlphaPadEnableOperands Property

Sets or gets a value indicating whether the operands, e.g. +, are present 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 bool EnableOperands { get; set; }

Property Value

Type: Boolean
true if the opernads are present, otherwise false. Default is true.
See Also