AjaxEnabledControl Class (Microsoft.PerformancePoint.Scorecards)

Represents the base class for Web controls that support Ajax.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<ToolboxDataAttribute("<{0}:AjaxEnabledControl runat=server></{0}:AjaxEnabledControl>")> _
Public MustInherit Class AjaxEnabledControl
    Inherits WebControl
'Usage
Dim instance As AjaxEnabledControl
[ToolboxDataAttribute("<{0}:AjaxEnabledControl runat=server></{0}:AjaxEnabledControl>")] 
public abstract class AjaxEnabledControl : WebControl

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
     System.Web.UI.WebControls.WebControl
      Microsoft.PerformancePoint.Scorecards.AjaxEnabledControl

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AjaxEnabledControl Members
Microsoft.PerformancePoint.Scorecards Namespace