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

SetShortcutTextColor() private method

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