SS_CENTERIMAGE top-level constant

int const SS_CENTERIMAGE

A bitmap is centered in the static control that contains it.

The control is not resized, so that a bitmap too large for the control will be clipped. If the static control contains a single line of text, the text is centered vertically in the client area of the control.

Implementation

const SS_CENTERIMAGE = 0x00000200;