CS_BYTEALIGNCLIENT top-level constant

  1. @Deprecated('Use WNDCLASS_STYLES.CS_BYTEALIGNCLIENT instead')
int const CS_BYTEALIGNCLIENT

Aligns the window's client area on a byte boundary (in the x direction). This style affects the width of the window and its horizontal placement on the display.

Implementation

@Deprecated('Use WNDCLASS_STYLES.CS_BYTEALIGNCLIENT instead')
const CS_BYTEALIGNCLIENT = 0x1000;