VLButtonBar Reference

Read/Write Property ButtonHighlightStyle

See Also See Also Applies To Applies To

Returns or sets style used for drawing a button when mousepointer overs on the button.

 

Syntax

object.ButtonHighlightStyle[=value]

 

The ButtonHighlightStyle 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 ButtonHighlightStyle, as described in Settings.

 

Settings

The settings for value are:

Constant Setting Description
ConstantvlFlat 0 Highlighted button is drawn in flat style without border.
ConstantvlFlatWithBorder 1 Highlighted button is drawn in flat style with border.
ConstantvlClassic3DRaised 2 (default) Highlighted button is drawn in classical double lined raised 3D style.
ConstantvlModern3DRaised 3 Highlighted button is drawn in modern single lined raised 3D style.
ConstantvlClassic3DSunken 4 Highlighted button is drawn in classical double lined sunken 3D style.
ConstantvlModern3DSunken 5 Highlighted button is drawn in modern single lined sunken 3D style.
ConstantvlRoundFlat 6 Highlighted button is drawn in flat style with rounded rectangular border.
ConstantvlRound3dRaised 7 Highlighted button is drawn in modern single lined raised 3D style with rounded rectangular border.
ConstantvlRound3dSunken 8 Highlighted button is drawn in modern single lined sunken 3D style with rounded rectangular border.