[]
Gets or sets the background color of buttons on the command bar of the Spread component.
[Bindable(true)]
[TypeConverter(typeof(WebColorConverter))]
public Color ButtonFaceColor { get; set; }
<Bindable(True)>
<TypeConverter(GetType(WebColorConverter))>
Public Property ButtonFaceColor As Color