Height Property (AToolBarButton)

Returns the height of an object.

Syntax

[ fHeight = ] Object.Height

The Height property syntax has the following parts:

 

Name

Type

Description

Object

AToolBarButton

AToolBarButton class

fHeight

Float

The height of the object

Example

The following statement returns the height of the AToolBarButton:

ftbrb1Height=tbrb1.Height

Applies to

AToolBarButton

See Also

AToolBar.ButtonHeight, Left, Top, Width