Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/3893-standardlibrary-controls-cedit-cedittextalign.md
T
2026-06-23 21:47:51 +08:00

700 B

TextAlign (Get method)

Gets the value of "TextAlign" property (text alignment mode) of the control.

ENUM_ALIGN_MODE  TextAlign() const

Return Value

Value of "TextAlign" property of the control.

TextAlign (Set method)

Sets new value of "TextAlign" property (text aligment mode) of the control.

bool  TextAlign(
   ENUM_ALIGN_MODE  align      // property value
   )

Parameters

align

[in]  New value of "TextAlign" property.

Return Value

true - successful, false - cannot change the property.