WmlTextBoxAdapter.Control Propriedade

Definição

Retorna uma referência fortemente tipada para o controle associado.Returns a strongly typed reference to the associated control. 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::TextBox ^ Control { System::Web::UI::MobileControls::TextBox ^ get(); };
protected System.Web.UI.MobileControls.TextBox Control { get; }
member this.Control : System.Web.UI.MobileControls.TextBox
Protected ReadOnly Property Control As TextBox

Valor da propriedade

TextBox

Uma referência com rigidez de tipos ao controle associado.A strongly typed reference to the associated control.

Aplica-se a

Confira também