WS_EX_STATICEDGE top-level constant
The window has a three-dimensional border style intended to be used for items that do not accept user input.
Implementation
@Deprecated('Use WINDOW_EX_STYLE.WS_EX_STATICEDGE instead')
const WS_EX_STATICEDGE = 0x00020000;