WS_EX_STATICEDGE top-level constant

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

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;