DT_EDITCONTROL top-level constant

int const DT_EDITCONTROL

Duplicates the text-displaying characteristics of a multiline edit control. Specifically, the average character width is calculated in the same manner as for an edit control, and the function does not display a partially visible last line.

Implementation

const DT_EDITCONTROL = 0x00002000;