AjaxControlToolkit.HtmlEditor.ToolbarButtons.FixedColorButton.CreateChilds C# (CSharp) Méthode

CreateChilds() private méthode

private CreateChilds ( DesignerWithMapPath designer ) : void
designer AjaxControlToolkit.Design.DesignerWithMapPath
Résultat void
        internal override void CreateChilds(DesignerWithMapPath designer)
        {
            if(MethodButton != null)
                MethodButton._designer = designer;
            Content.Clear();
            base.CreateChilds(designer);
        }