Control - Top Property

Position of the control relative to the top boundary of its parent

Member of Control (PRIM_CTRL)

Data Type - Integer

Details

The Top property specifies the number of pixels between the upper edge of the component and the upper edge of its container in pixels.
 
If the control is under layout management, the Top property may be automatically modified by changes to other controls or the layout manager.
 
To determine the positon on the control on the screen, use the ScreenTop property.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2