IntEdit::AbsRelType Enum
enum AbsRelType
{
Absolute = DG_ET_ABSOLUTE,
Relative = DG_ET_RELATIVE
};
Value Definitions
- Absolute
The edit control can process absolute numerical input only. - Relative
The edit control can process both absolute and relative numerical input.