IControlDesignerBehavior

IControlDesignerBehavior

System.Web.UI.Design (system.design.dll)interface

This class Defines an interface that enables the extension of specific behaviors of a control designer.

public interface IControlDesignerBehavior {
// Public Instance Properties
   public object DesignTimeElementView{get; }
   public string DesignTimeHtml{set; get; }
// Public Instance Methods
   public void OnTemplateModeChanged( );
}


    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace