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