ControlAdapter.Control Property

 

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.

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

abstract Control : MobileControl with get, set
override Control : MobileControl with get, set

Property Value

Type: System.Web.UI.MobileControls.MobileControl

A strongly typed reference to the associated control.

The 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
Return to top
Show: