CWNumEditModes Enumeration

From Measurement Studio User Interface

CWNumEditModes Enumeration

CWNumEditModes are the constants for the Mode property of the CWNumEdit control.

You can use the following constants with this data type:

  • cwEdModeControl–The CWNumEdit control responds to user input.
  • cwEdModeIndicator–The CWNumEdit control does not respond to user input. In this mode you can only change the value of the CWNumEdit control programmatically.

See Also

CWNumEdit.Mode