BoundPropertyEntry.ControlType Propiedad

Definición

Obtiene o establece el tipo del control al que se enlaza en tiempo de ejecución.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Valor de propiedad

Type del control enlazado por la expresión.

Se aplica a