AjaxControlToolkit.HtmlEditor.ToolbarButtons.FixedForeColor.OnInit C# (CSharp) 메소드

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void
        protected override void OnInit(EventArgs e)
        {
            base.OnInit(e);
            MethodButton = new MethodButton();
            MethodButton.CssClass = String.Empty;
            DefaultColor = "#FF0000";
        }
FixedForeColor