Graphisoft®

Dialog ManagerVersion: 2.0

IntEdit::AbsRelType Enum

The type of processable numerical input in the edit control.

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.