Page.AutoPostBackControl Propriedade
Definição
Obtém ou define o controle na página que é usado para executar postbacks.Gets or sets the control in the page that is used to perform postbacks.
public:
property System::Web::UI::Control ^ AutoPostBackControl { System::Web::UI::Control ^ get(); void set(System::Web::UI::Control ^ value); };
public System.Web.UI.Control AutoPostBackControl { get; set; }
member this.AutoPostBackControl : System.Web.UI.Control with get, set
Public Property AutoPostBackControl As Control
Valor da propriedade
O controle que é usado para executar postbacks.The control that is used to perform postbacks.