Left Property (AToolBarButton)

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

Syntax

[ fLeft = ] Object.Left

The Left property syntax has the following parts:

 

Name

Type

Description

Object

AToolBarButton

AToolBarButton class

fLeft

Float

The left-most position of the object in the AToolBar

Example

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

ftrb1Left=tbrb1.Left

Applies to

AToolBarButton

See Also

Height, Top, Width