SS_OWNERDRAW top-level constant

  1. @Deprecated('Use STATIC_STYLES.SS_OWNERDRAW instead')
int const SS_OWNERDRAW

The owner of the static control is responsible for drawing the control. The owner window receives a WM_DRAWITEM message whenever the control needs to be drawn.

Implementation

@Deprecated('Use STATIC_STYLES.SS_OWNERDRAW instead')
const SS_OWNERDRAW = 0x0000000D;