AjaxControlToolkit.HtmlEditor.Popups.Popup.GetButton C# (CSharp) 메소드

GetButton() 보호된 메소드

protected GetButton ( string name ) : string
name string
리턴 string
        protected string GetButton(string name)
        {
            return GetResourceString("HtmlEditor_toolbar_popup_" + GetType().Name + "_button_" + name); //TODO: resources
        }