IHtmlControlDesignerBehavior

IHtmlControlDesignerBehavior

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

This class defines an interface that enables the extension of specific behaviors of an HTML control designer.

public interface IHtmlControlDesignerBehavior { // Public Instance Properties    public HtmlControlDesigner Designer{set; get; }    public object DesignTimeElement{get; } // Public Instance Methods    public object GetAttribute(string attribute, bool ignoreCase);    public object GetStyleAttribute(string attribute, bool designTimeOnly, bool ignoreCase);    public void RemoveAttribute(string attribute, bool ignoreCase);    public void RemoveStyleAttribute(string attribute, bool designTimeOnly, bool ignoreCase);    public void SetAttribute(string attribute, object value, bool ignoreCase);    public void SetStyleAttribute(string attribute, bool designTimeOnly, object value, bool ignoreCase); }

Returned By

HtmlControlDesigner.Behavior

Passed To

HtmlControlDesigner.Behavior



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net