Gets the background color of the component when it is disabled.
The global default value is undefined. The default value for List controls is 0xDDDDDD (light gray). If a container is disabled, the background is dimmed, and the degree of dimming is controlled by the disabledOverlayAlpha style.
protected Color disabledColor { get; }
'Declaration Protected Read Property disabledColor As Color