Page.AutoPostBackControl Eigenschaft

Definition

Ruft das Steuerelement auf der Seite ab, das zum Ausführen von Postbacks verwendet wird, oder legt dieses fest.

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

Eigenschaftswert

Das Steuerelement, das zum Ausführen von Postbacks verwendet wird.

Gilt für: