Click or drag to resize

TogglerB Constructor (WebControl)

Constructor taking the live associated control. When a live associated control is provided, its ClientID will be obtained during PreRender, and its open/closed state will be set by the toggler at that time.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public TogglerB(
	WebControl associatedControl
)

Parameters

associatedControl
Type: System.Web.UI.WebControlsWebControl
The associated control object.
See Also