WM_INITDIALOG top-level constant

int const WM_INITDIALOG

Sent to the dialog box procedure immediately before a dialog box is displayed. Dialog box procedures typically use this message to initialize controls and carry out any other initialization tasks that affect the appearance of the dialog box.

Implementation

const WM_INITDIALOG = 0x0110;