Top Property (AToolBarButton)

Returns the distance between the internal top edge of an object and the top edge of its container.

Syntax

[ fTop = ] Object.Top

The Top property syntax has the following parts:

 

Name

Type

Description

Object

AToolBarButton

AToolBarButton class

fTop

Float

The top-most position of the object in the AToolBar

Example

The following statement returns the top-most position of the AToolBarButton in its AToolBar container:

ftrb1Top=tbrb1.Top

Applies to

AToolBarButton

See Also

Height, Left, Width