ControlElement(String, Type) Constructor

Definition

Creates an instance of the ControlElement class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 ControlElement(System::String ^ name, Type ^ adapter);
public ControlElement (string name, Type adapter);
new System.Web.UI.MobileControls.ControlElement : string * Type -> System.Web.UI.MobileControls.ControlElement
Public Sub New (name As String, adapter As Type)

Parameters

name
String

The name of the control to which the configuration applies.

adapter
Type

The Type of adapter the control should use.

Applies to

See also