SS_EDITCONTROL top-level constant

int const SS_EDITCONTROL

The static control duplicates the text-displaying characteristics of a multiline edit control.

Specifically, the average character width is calculated in the same manner as with an edit control, and the function does not display a partially visible last line.

Implementation

const SS_EDITCONTROL = 0x00002000;