WS_EX_PALETTEWINDOW top-level constant

  1. @Deprecated('Use WINDOW_EX_STYLE.WS_EX_PALETTEWINDOW instead')
int const WS_EX_PALETTEWINDOW

The window is palette window, which is a modeless dialog box that presents an array of commands.

Implementation

@Deprecated('Use WINDOW_EX_STYLE.WS_EX_PALETTEWINDOW instead')
const WS_EX_PALETTEWINDOW = WS_EX_WINDOWEDGE | WS_EX_TOOLWINDOW | WS_EX_TOPMOST;