Ext.Net.Desktop.SetBackgroundColor C# (CSharp) Method

SetBackgroundColor() private method

private SetBackgroundColor ( string color ) : void
color string
return void
        protected virtual void SetBackgroundColor(string color)
        {
            this.CallDesktop("setBackgroundColor", color);
        }