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);
        }