MobilePage.GetControlAdapter Method (MobileControl)
.NET Framework (current version)
Creates and returns a new device-specific adapter for the specified control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
abstract GetControlAdapter : control:MobileControl -> IControlAdapter override GetControlAdapter : control:MobileControl -> IControlAdapter
Parameters
- control
-
Type:
System.Web.UI.MobileControls.MobileControl
The control to which the device-specific adapter is attached.
Return Value
Type: System.Web.UI.MobileControls.IControlAdapterA new device-specific adapter for the specified control.
This method is called internally by ASP.NET.
.NET Framework
Available since 1.1
Available since 1.1
Show: