DesignerAdapterAttribute

DesignerAdapterAttribute.NET 1.1

System.Web.UI.MobileControls (system.web.mobile.dll)class

This attribute is used to associate a control with a specific adapter. You apply this adapter to the control class declaration, and specify the fully-qualified name of the adapter class in the TypeName property.

public class DesignerAdapterAttribute : Attribute { // Public Constructors    public DesignerAdapterAttribute(string adapterTypeName);    public DesignerAdapterAttribute(Type adapterType); // Public Instance Properties    public virtual string TypeName{get; } }

Hierarchy

System.Object System.Attribute DesignerAdapterAttribute

Valid On

Class



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