LengthEdit::ChangeFontType Enum
enum ChangeFontType
{
ChangeFont = DG_ET_CHANGEFONT,
NoChangeFont = DG_ET_NOCHANGEFONT
};
Value Definitions
- ChangeFont
The font of the edit control is changed when the unit of length is changed from metric to imperial or vice versa. - NoChangeFont
The font of the edit control is not changed when the unit of length is changed from metric to imperial or vice versa.