ATTR_CHECK_RANGE (Control)

Type: Control attribute
Description: The type of range checking for the control. When used on a table, it refers to the default state of new cells when ATTR_TABLE_MODE is set to VAL_GRID.
Control Types: Numerics, numeric slides, tables.
Data Type: integer
Default Value: VAL_NOTIFY

Values

VAL_COERCE The value is coerced to the upper or lower range boundary, whichever is closer.
VAL_IGNORE The value remains unchanged.
VAL_NOTIFY Whenever the control is active, the operator is notified with an Out of Range box.