Top Property (APanel)

Returns or sets the distance between the internal top edge of an panel object and the top edge of its containing object.

Syntax

[ fTop =] Object.Top

The Top property syntax has the following parts:

 

Name]

Type

Description

Object

APanel

APanel control

fTop

Float

distance between the internal top edge of an panel object and its containing object

Example

The following example will set the distance between the internal top edge of an panel object and the top edge of its containing object:

panel.Top=10

Applies to

APanel

See Also

Left