ControlElement.Control Propriedade

Definição

Representa o Type controle ao qual a configuração se aplica. Essa API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Mobile Apps & Sites com 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.

Exceções

value é null.

Aplica-se a

Confira também