Click or drag to resize

Toggler Constructor (String)

Constructor taking the client-side ID of the associated control.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Toggler(
	string associatedControlID
)

Parameters

associatedControlID
Type: SystemString
The ID of the associated control that is hidden/unhidden when user clicks button.
See Also