Exemple #1
0
        public override Boolean AllowChildControl(Mercury.Server.Application.FormControlType childControlType)
        {
            if (childControlType != Mercury.Server.Application.FormControlType.SectionColumn)
            {
                return(false);
            }

            return(true);
        }
        public override Boolean AllowChildControl(Mercury.Server.Application.FormControlType childControlType)
        {
            if (childControlType == Mercury.Server.Application.FormControlType.Undefined)
            {
                return(false);
            }

            if (childControlType == Mercury.Server.Application.FormControlType.Form)
            {
                return(false);
            }

            return(true);
        }