SS_REALSIZECONTROL top-level constant

int const SS_REALSIZECONTROL

Adjusts the bitmap to fit the size of the static control.

For example, changing the locale can change the system font, and thus controls might be resized. If a static control had a bitmap, the bitmap would no longer fit the control. This style bit dictates automatic redimensioning of bitmaps to fit their controls.

Implementation

const SS_REALSIZECONTROL = 0x00000040;