EditControl::UpdateType Enum
enum UpdateType
{
Update = DG_ET_UPDATE,
NoUpdate = DG_ET_NOUPDATE,
NoDelay = DG_ET_NODELAY
};
Value Definitions
- Update
Content of the edit control is validated automatically in a short time (update delay time) after the last keypress. - NoUpdate
Content of the edit control is validated only if it loses the keyboard focus. - NoDelay
Content of the edit control is updated immediately.