WS_EX_WINDOWEDGE top-level constant

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

The window has a border with a raised edge.

Implementation

@Deprecated('Use WINDOW_EX_STYLE.WS_EX_WINDOWEDGE instead')
const WS_EX_WINDOWEDGE = 0x00000100;