This documentation is for the old version. Go to the latest Graphics Mill docs

BaseScriptControl Class

Base class for all AJAX-enabled web controls.

Namespace: Aurigma.GraphicsMill.AjaxControls
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Visual Basic
Public MustInherit Class BaseScriptControl _
	Inherits WebControl _
	Implements IScriptControl
C#
public abstract class BaseScriptControl : WebControl, IScriptControl

Inheritance Hierarchy

See Also

Reference