WS_EX_DLGMODALFRAME top-level constant

int const WS_EX_DLGMODALFRAME

The window has a double border; the window can, optionally, be created with a title bar by specifying the WS_CAPTION style in the dwStyle parameter.

Implementation

const WS_EX_DLGMODALFRAME = 0x00000001;