property Button.BackColor as Color
Specifies the control's background color.

TypeDescription
Color A color expression that indicates the control's background color. 
 The BackColor property changes the control's background color. The background color is applied to the current style/visual appearance. The Style property specifies the control's visual appearance. Use the Skin/SkinV method to customize the current visual appearance using EBN objects. The color for the button's visual appearance is not changed if the BackColor property is white or black. The Enabled property specifies whether the control is enabled or disabled. The ForeColorState(exDisabled) specifies the color for the disabled state. Using the BackgroundExt property you have unlimited options to show any HTML text, images, colors, EBNs, patterns, frames anywhere on the object's background.

The following screen shot shows the button's look once the BackColor property is changed and Style property is exDefault:

The following screen shot shows the button's look once the BackColor property is changed and Style property is exMAC: