MobileControl::Adapter Property
.NET Framework (current version)
Returns the device-specific adapter for the 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)
public: [BrowsableAttribute(false)] [BindableAttribute(false)] property IControlAdapter^ Adapter { IControlAdapter^ get(); }
Property Value
Type: System.Web.UI.MobileControls::IControlAdapter^An adapter specific to the device on which the page will be displayed, which is also usually specific to the control.
The IControlAdapter instance returned is specific to the current MobileControl object. Any child controls of the current control will use their specific adapter as well.
.NET Framework
Available since 1.1
Available since 1.1
MobileControl Class
System.Web.UI.MobileControls Namespace
Creating Custom Mobile Controls
Inside the ASP.NET Mobile Controls
Show: