SS_BITMAP top-level constant

int const SS_BITMAP

A bitmap is to be displayed in the static control.

The text is the name of a bitmap (not a filename) defined elsewhere in the resource file. The style ignores the nWidth and nHeight parameters; the control automatically sizes itself to accommodate the bitmap.

Implementation

const SS_BITMAP = 0x0000000E;