[Category("Appearance"), Description("The background color of the component when disabled")] [Browsable(true)] public Color BackDisabledColor { get { return _backDisabledColor; } set { _backDisabledColor = value; } }