ControlElement.Control Propriedade
Definição
Representa o Type do controle ao qual a configuração se aplica.Represents the Type of control to which the configuration applies. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see 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 da propriedade
Um Type controle móvel.A Type of mobile control.
Exceções
value é null.value is null.