WebControl.LockTop
From Xojo Documentation
Property (As Boolean )
aWebControl.LockRight = newBooleanValue
or
BooleanValue = aWebControl.LockRight
New in 2010r4
Supported for all project types and targets.
or
BooleanValue = aWebControl.LockRight
New in 2010r4
Supported for all project types and targets.
Determines whether the top edge of the control should stay at a set distance from the top edge of the parent control, if there is one, or the owning web page.
Notes
The locking properties set at design-time, so they are effectively read-only at run-time.