SS_RIGHTJUST top-level constant

  1. @Deprecated('Use STATIC_STYLES.SS_RIGHTJUST instead')
int const SS_RIGHTJUST

The lower right corner of a static control with the SS_BITMAP or SS_ICON style is to remain fixed when the control is resized.

Only the top and left sides are adjusted to accommodate a new bitmap or icon.

Implementation

@Deprecated('Use STATIC_STYLES.SS_RIGHTJUST instead')
const SS_RIGHTJUST = 0x00000400;