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
)
Public Sub New (
associatedControlID As String
)
Parameters
- associatedControlID
- Type: SystemString
The ID of the associated control that is hidden/unhidden when user clicks button.
See Also