|
|
|
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 |
vlFlat |
0 |
Groups are drawn in flat style without border. |
vlFlatWithBorder |
1 |
Groups are drawn in flat style with border. |
vlClassic3DRaised |
2 |
Groups are drawn in classical double lined raised 3D style. |
vlModern3DRaised |
3 |
(default) Groups are drawn in modern single lined raised 3D style. |
vlClassic3DSunken |
4 |
Groups are drawn in classical double lined sunken 3D style. |
vlModern3DSunken |
5 |
Groups are drawn in modern single lined sunken 3D style. |
vlRoundFlat |
6 |
Groups are drawn in flat style with rounded rectangular border. |
vlRound3dRaised |
7 |
Groups are drawn in modern single lined raised 3D style with rounded rectangular border. |
vlRound3dSunken |
8 |
Groups are drawn in modern single lined sunken 3D style with rounded rectangular border. |
|