AjaxControlToolkit.HtmlEditor.ToolbarButtons.CommonButton.GetFromResource C# (CSharp) Method

GetFromResource() protected method

protected GetFromResource ( string name ) : string
name string
return string
        protected string GetFromResource(string name)
        {
            //return _rm.GetString("HtmlEditor_toolbar_button_" + GetType().Name + "_" + name); //TODO: resources
            return "";
        }