Click or drag to resize

DivMenuBind Method

Bind this item to its host control.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Bind(
	Control host
)

Parameters

host
Type: System.Web.UIControl
The host control.
See Also