SS_LEFT top-level constant

int const SS_LEFT

A simple rectangle and left-aligns the text in the rectangle.

The text is formatted before it is displayed. Words that extend past the end of a line are automatically wrapped to the beginning of the next left-aligned line. Words that are longer than the width of the control are truncated.

Implementation

const SS_LEFT = 0x00000000;