| 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 
DesignerAdapterAttributeValid On
Class