IControlAdapter.Control Propiedad

Definición

Devuelve una referencia fuertemente tipada al control asociado. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with ASP.NET.

public:
 property System::Web::UI::MobileControls::MobileControl ^ Control { System::Web::UI::MobileControls::MobileControl ^ get(); void set(System::Web::UI::MobileControls::MobileControl ^ value); };
public System.Web.UI.MobileControls.MobileControl Control { get; set; }
member this.Control : System.Web.UI.MobileControls.MobileControl with get, set
Public Property Control As MobileControl

Valor de propiedad

Una referencia fuertemente tipada al control asociado.

Se aplica a

Consulte también