Top property (grid)

Examples


The Top property specifies the vertical position of the grid relative to the bottom border of the window’s title bar.

Syntax

grid.Top [= integer]

Parameters

grid – A grid object.

integer – The distance from the top of the grid to the bottom of the window’s title bar, measured in pixels. The “top” of the grid includes any of the fields, prompts and controls associated with the grid.

Comments

The Top property will move the grid and any of the fields, prompts and controls associated with the grid. These items are associated with the grid if they’re no further than one pixel from the grid’s border, or if they’re one pixel from the edge of another associated item.


Documentation Feedback