ControlAdapter::Control Property
.NET Framework (current version)
Returns a strongly typed reference to the associated 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: property MobileControl^ Control { virtual MobileControl^ get() sealed; virtual void set(MobileControl^ value) sealed; }
Property Value
Type: System.Web.UI.MobileControls::MobileControl^A strongly typed reference to the associated control.
Implements
IControlAdapter::ControlThe Control property is an implementation of the Control property for the IControlAdapter interface, which gets or sets the control to which the adapter is attached.
For individual control adapters, you can create a strongly typed property to hide the Control property.
.NET Framework
Available since 1.1
Available since 1.1
ControlAdapter Class
System.Web.UI.MobileControls.Adapters Namespace
Architectural Overview of Adaptive Control Behavior
Control and Adapter Interaction
Show: