DeviceElement Constructor (String, String)

 

Initializes a new instance of the DeviceElement class with the specified identifier and device adapter set to inherit from. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

new : 
        name:string *
        inheritsFrom:string -> DeviceElement

Parameters

name
Type: System.String

The unique identifier of the device adapter set.

inheritsFrom
Type: System.String

The device adapter set that this device adapter set inherits from.

.NET Framework
Available since 2.0
Return to top
Show: