public override string GetDesignTimeHtml(System.Web.UI.Design.DesignerRegionCollection regions)
 {
     throw null;
 }
 public virtual string GetDesignTimeHtml(System.Web.UI.Design.DesignerRegionCollection regions)
 {
 }
Exemple #3
0
        public override string GetDesignTimeHtml(System.Web.UI.Design.DesignerRegionCollection regions)
        {
            string message = "This <b>TabularMultiView</b> control represents the look and feel of the Multiview control, but with a tabular like interface. Each tab corresponds to a View. Use the properties on each tab (TabularView) to modify each Tab. <hr/> <small> Control Library - Tiger</small>";

            return(CreatePlaceHolderDesignTimeHtml(message));
        }