VLButtonBar Reference

Read/Write Property Alignment

See Also See Also Applies To Applies To

Returns or sets alignment of caption text on the Group header.

 

Syntax

object.Alignment[=value]

 

The Alignment 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 aligned using value of GroupCaptionAlignment property of VLButtonBar control.
ConstantvlLeftJustify 1 Caption is aligned to the left in the Group.
ConstantvlCenter 2 Caption is centred in the Group.
ConstantvlRightJustify 3 Caption is aligned to the right in the Group.