Skip to main content
Version: 9.0.2

CONTROL:set_bounds

CONTROL:set_bounds(
x,
y,
width,
height
)

Set the value of grd_x, grd_y, grd_width and grd_height for this control to the provided values.

Parameters

NameTypeDescription
x#numberAn integer value to set to grd_x of this control.
y#numberAn integer value to set to grd_y of this control.
width#numberAn integer value to set to grd_width of this control.
height#numberAn integer value to set to grd_height of this control.