Click or drag to resize

BndLkup.ButtonControl Property

Gets the control's button control. The type of control used as the IBndLkup's button will vary according to the control implementing the interface. Use OnClientClick to get/set the javascript onclick handler for the button.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public WebControl ButtonControl { get; }

Property Value

Type: WebControl

Implements

IBndLkup.ButtonControl
See Also