VLButtonBar Reference

Read/Write Property GroupCaptionAlignment

See Also See Also Applies To Applies To

Returns or sets alignment of caption text on the group headers.

 

Syntax

object.GroupCaptionAlignment[=value]

 

The GroupCaptionAlignment 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 appearance of the groups of VLButtonBar control.

 

Settings

The settings for value are:

Constant Setting Description
ConstantvlDefault 0 Caption is centred in the group header.
ConstantvlLeftJustify 1 Caption is aligned to the left in the group header.
ConstantvlCenter 2 Caption is centred in the group header.
ConstantvlRightJustify 3 Caption is aligned to the right in the group header.