DekGenius.com
[ Team LiB ] Previous Section Next Section

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( );
}
    [ Team LiB ] Previous Section Next Section