BS_OWNERDRAW top-level constant

int const BS_OWNERDRAW

Creates an owner-drawn button. The owner window receives a WM_DRAWITEM message when a visual aspect of the button has changed. Do not combine the BS_OWNERDRAW style with any other button styles.

Implementation

const BS_OWNERDRAW = 0x0000000B;