SS_BITMAP top-level constant

  1. @Deprecated('Use STATIC_STYLES.SS_BITMAP instead')
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

@Deprecated('Use STATIC_STYLES.SS_BITMAP instead')
const SS_BITMAP = 0x0000000E;