ControlElement.Control Propiedad

Definición

Representa el Type de control al que se aplica la configuración. 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 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

Valor de propiedad

Type de control móvil.

Excepciones

value es null.

Se aplica a

Consulte también