DT_EDITCONTROL top-level constant

  1. @Deprecated('Use DRAW_TEXT_FORMAT.DT_EDITCONTROL instead')
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

@Deprecated('Use DRAW_TEXT_FORMAT.DT_EDITCONTROL instead')
const DT_EDITCONTROL = 0x00002000;