NodeClearer Constructor (String) |
Basic constructor.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public NodeClearer(
string associatedControlID
)
Public Sub New (
associatedControlID As String
)
Parameters
- associatedControlID
- Type: SystemString
The ID of the control with which to associate the clearer.
When clicked, the clearer will clear all children of the associated control.
See Also