SS_OWNERDRAW top-level constant

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

const SS_OWNERDRAW = 0x0000000D;