ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 485
نمايش فراداده

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