Appeon Text Controls

eon_singlelineedit, eon_statictext, & eon_editmask

In order to align text centered vertically, Appeon provides a new property (integer ii_vertical) for the SingleLineEdit control, StaticText control, and EditMask control. To take advantage of this new property, you will need to use the eon_singlelineedit, eon_statictext, or eon_editmask objects in the Appeon Workarounds PBL. Except for this new property (integer ii_vertical), these three objects have the exact same functions, events, and properties as the PowerBuilder SingleLineEdit control, StaticText control, and EditMask control.

Properties
integer ii_vertical

When ii_vertical is set to 1, text in eon_singlelineedit, eon_statictext, or eon_editmask is centered vertically; when set to 0, text alignment is consistent with that in PowerBuilder.