IControlAdapter.Control Eigenschaft

Definition

Gibt einen stark typisierten Verweis auf das zugeordnete Steuerelement zurück. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Websites mit 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

Eigenschaftswert

Ein stark typisierter Verweis auf das zugeordnete Steuerelement.

Gilt für:

Weitere Informationen