AjaxControlToolkit.HtmlEditor.Editor.CreateChilds C# (CSharp) 메소드

CreateChilds() 개인적인 메소드

private CreateChilds ( DesignerWithMapPath designer ) : void
designer AjaxControlToolkit.Design.DesignerWithMapPath
리턴 void
        internal void CreateChilds(DesignerWithMapPath designer)
        {
            CreateChildControls();
            TopToolbar.CreateChilds(designer);
            BottomToolbar.CreateChilds(designer);
            EditPanel.SetDesigner(designer);
        }