WS_EX_DLGMODALFRAME top-level constant

  1. @Deprecated('Use WINDOW_EX_STYLE.WS_EX_DLGMODALFRAME instead')
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

@Deprecated('Use WINDOW_EX_STYLE.WS_EX_DLGMODALFRAME instead')
const WS_EX_DLGMODALFRAME = 0x00000001;