TextField.Constructor Constructor

Constructor that takes coordinates.

Constructor(
   x as float,
   y as float,
   width as float,
   height as float) as void

Parameters

x
The left position of the control relative to its parent.
y
The top position of the control relative to its parent.
width
Thee width of the control.
height
The height of the control.

Returns

void

Remarks

See Also

TextField Control