VLButtonBar Reference

Read/Write Property ButtonGradientColor

See Also See Also Applies To Applies To

Returns or sets the gradient color for buttons.

 

Syntax

object.ButtonGradientColor [= color]

 

The ButtonGradientColor property syntax has these parts:

Part Description
object An object expression that evaluates to the objects in Applies to list.
color An OLE_COLOR expression specifying the foreground color for buttons.

 

Remarks

Depending on the value of ButtonGradientType , the buttons background area will be painted in a gradient form starting from ButtonGradientColor and ending into ButtonBackColor.

If a ButtonBackgroundPicture is specified, the settings of ButtonGradientColor, ButtonBackColor and ButtonGradientType will be ignored by the control.