VLButtonBar Reference

Read/Write Property ButtonBackgroundLayout

See Also See Also Applies To Applies To

Returns or sets layout for a background picture of group.

 

Syntax

object.ButtonBackgroundLayout[=value]

 

The ButtonBackgroundLayout 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 layout for a background picture of group.

 

Settings

The settings for value are:

Constant Setting Description
ConstantvlPictureCentered 0 (default) Picture is displayed in the center of the button area.
ConstantvlPictureStretched 1 Picture is stretched to fill the whole button area.
ConstantvlPictureTiled 2 Picture is tiled to fill the whole button area.