ControlElement.Control Eigenschaft

Definition

Stellt das Type Steuerelement dar, auf das die Konfiguration angewendet wird. Diese API ist veraltet. Informationen zum Entwickeln von ASP.NET mobilen Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.

public:
 property Type ^ Control { Type ^ get(); void set(Type ^ value); };
public Type Control { get; set; }
member this.Control : Type with get, set
Public Property Control As Type

Eigenschaftswert

Ein Type mobiles Steuerelement.

Ausnahmen

value ist null.

Gilt für:

Weitere Informationen