WS_DLGFRAME top-level constant

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

@Deprecated('Use WINDOW_STYLE.WS_DLGFRAME instead')
const WS_DLGFRAME = 0x00400000;