ControlElement.Control Eigenschaft

Definition

Stellt den Type des Steuerelements dar, auf das die Konfiguration angewendet wird. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler 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 mobiler Steuerelemente.

Ausnahmen

value ist null

Gilt für:

Weitere Informationen