Gets the background color of a component.
You can have both a backgroundColor and a backgroundImage set. Some components do not have a background. The DataGrid control ignores this style. The default value is undefined, which means it is not set. If both this style and the backgroundImage style are undefined, the component has a transparent background.
protected Color disabledColor { get; }
'Declaration Protected Read Property disabledColor As Color