VLButtonBar Reference

Read/Write Property GroupAppearance

See Also See Also Applies To Applies To

Returns or sets appearance of the group headers.

 

Syntax

object.GroupAppearance[=value]

 

The GroupAppearance 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
ConstantvlFlat 0 Groups are drawn in flat style without border.
ConstantvlFlatWithBorder 1 Groups are drawn in flat style with border.
ConstantvlClassic3DRaised 2 Groups are drawn in classical double lined raised 3D style.
ConstantvlModern3DRaised 3 (default) Groups are drawn in modern single lined raised 3D style.
ConstantvlClassic3DSunken 4 Groups are drawn in classical double lined sunken 3D style.
ConstantvlModern3DSunken 5 Groups are drawn in modern single lined sunken 3D style.
ConstantvlRoundFlat 6 Groups are drawn in flat style with rounded rectangular border.
ConstantvlRound3dRaised 7 Groups are drawn in modern single lined raised 3D style with rounded rectangular border.
ConstantvlRound3dSunken 8 Groups are drawn in modern single lined sunken 3D style with rounded rectangular border.