WS_EX_TOPMOST top-level constant

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

The window should be placed above all non-topmost windows and should stay above them, even when the window is deactivated. To add or remove this style, use the SetWindowPos function.

Implementation

@Deprecated('Use WINDOW_EX_STYLE.WS_EX_TOPMOST instead')
const WS_EX_TOPMOST = 0x00000008;