XhtmlLinkAdapter.Control Propriedade

Definição

Obtém uma referência ao objeto Link ao qual o adaptador está associado.Gets a reference to the Link object with which the adapter is associated. 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.

protected:
 property System::Web::UI::MobileControls::Link ^ Control { System::Web::UI::MobileControls::Link ^ get(); };
protected System.Web.UI.MobileControls.Link Control { get; }
member this.Control : System.Web.UI.MobileControls.Link
Protected ReadOnly Property Control As Link

Valor da propriedade

Link

Um Link.An Link.

Aplica-se a

Confira também