ScreenDO_NOTHING_ON_NEXT Field |
This constant can be used in SetRegions() and AddRegion()
to indicate that nothing should happen when a button is pressed or the
timeout is encountered.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public const int DO_NOTHING_ON_NEXT = 255
Public Const DO_NOTHING_ON_NEXT As Integer = 255
public:
literal int DO_NOTHING_ON_NEXT = 255
static val mutable DO_NOTHING_ON_NEXT: int
Field Value
Type:
Int32See Also