RegisteredDisposeScript.Control Property

Definition

Gets the control that registered the dispose script.

public:
 property System::Web::UI::Control ^ Control { System::Web::UI::Control ^ get(); };
public System.Web.UI.Control Control { get; }
member this.Control : System.Web.UI.Control
Public ReadOnly Property Control As Control

Property Value

A reference to the control that registered the dispose script.

Applies to