DDC_DEFAULT constant

int const DDC_DEFAULT

The default behavior of the dialog manager. In response to a DPI change, the dialog manager will re-layout each control, update the font on each control, resize the dialog, and update the dialog's own font.

Implementation

static const DDC_DEFAULT = 0x0000;