Click or drag to resize

ResourceInfoScreenRegionSaveChanges Enumeration

This enumeration contains valid screen region save states.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public enum ScreenRegionSaveChanges
Members
  Member nameValueDescription
DISCARD_CHANGES0 Discard all screen and region changes. Go back to what was saved in flash.
SAVE_CHANGES1 Save all screen and region changes persistently in flash.
FACTORY_RESET90 Resets all screens and regions to the factory default.
See Also