CascadingMenuAddCall Method |
When the specified control is clicked, show this menu.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void AddCall(
WebControl ctrl
)
Public Sub AddCall (
ctrl As WebControl
)
Parameters
- ctrl
- Type: System.Web.UI.WebControlsWebControl
The control that should invoke this menu.
See Also