VLButtonBar Reference

Read/Write Property ButtonTextPosition

See Also See Also Applies To Applies To

Returns or sets position of the text on the button relative to the picture.

 

Syntax

object.ButtonTextPosition[=value]

 

The ButtonTextPosition property syntax has these parts:

Part Description
Object An object expression that evaluates to the objects in Applies to list.
Value An integer specifying the position of the text on the button relative to the picture, as described in Settings.

 

Settings

The settings for value are:

Constant Setting Description
ConstantvlLeft 0 Text is displayed on the left of the picture.
ConstantvlRight 1 Text is displayed on the right of the picture.
ConstantvlTop 2 Text is displayed above the picture.
ConstantvlBottom 3 (default) Text is displayed below the picture.