Creates instance of AspectableAjaxControl, which references a Control, which implements IAspectableAjaxControl interface

Namespace:  Gaia.WebWidgets
Assembly:  Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public AspectableAjaxControl(
	IAspectableAjaxControl control
)
Visual Basic (Declaration)
Public Sub New ( _
	control As IAspectableAjaxControl _
)

Parameters

control
Type: Gaia.WebWidgets..::.IAspectableAjaxControl
Control to associate with

See Also