Click or drag to resize

ButtonBackColor Property

Gets or sets the background color for the control.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public override Color BackColor { get; set; }

Property Value

Type: Color
A Color that represents the background color of the control. The default is the value of the DefaultBackColor property.
See Also