WS_DLGFRAME top-level constant

int const WS_DLGFRAME

The window has a border of a style typically used with dialog boxes. A window with this style cannot have a title bar.

Implementation

const WS_DLGFRAME = 0x00400000;