Click or drag to resize

ToolbarButtonB Constructor

Default constructor.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public ToolbarButtonB(
	string name,
	WebControl ctrl,
	IButtonControl button,
	bool proxy
)

Parameters

name
Type: SystemString
The button name.
ctrl
Type: System.Web.UI.WebControlsWebControl
The button control.
button
Type: System.Web.UI.WebControlsIButtonControl
The button interface.
proxy
Type: SystemBoolean
The ToolbarActiveImageButton proxy.
See Also