Click or drag to resize

CompactAlphaPadEnableSpace Property

Sets or gets a value indicating whether the Space button is present in the literal character 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 EnableSpace { get; set; }

Property Value

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