AjaxControlToolkit.HtmlEditor.ToolbarButtons.FixedForeColor.OnInit C# (CSharp) Method

OnInit() protected method

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