DS_MODALFRAME top-level constant

int const DS_MODALFRAME

Creates a dialog box with a modal dialog-box frame that can be combined with a title bar and window menu by specifying the WS_CAPTION and WS_SYSMENU styles.

Implementation

const DS_MODALFRAME = 0x80;