WS_EX_APPWINDOW top-level constant

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

Forces a top-level window onto the taskbar when the window is visible.

Implementation

@Deprecated('Use WINDOW_EX_STYLE.WS_EX_APPWINDOW instead')
const WS_EX_APPWINDOW = 0x00040000;