Width Property (AToolBarButton)

Returns the width of an object.

Syntax

[ fWidth = ] Object.Width

The Width property syntax has the following parts:

 

Name

Type

Description

Object

AToolBarButton

AToolBarButton class

fWidth

Float

The width of the object

Example

The following statement returns the width of the AToolBarButton:

ftbrb1Width=tbrb1.Width

Applies to

AToolBarButton

See Also

AToolBar.ButtonWidth, Height, Left, Top