CS_BYTEALIGNWINDOW top-level constant

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

Aligns the window 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_BYTEALIGNWINDOW instead')
const CS_BYTEALIGNWINDOW = 0x2000;