Click or drag to resize

ActiveImageButton Constructor (String, Boolean)

Initializes a new instance of the ActiveImageButton class with the imageUrl.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public ActiveImageButton(
	string imageUrl,
	bool liveLook
)

Parameters

imageUrl
Type: SystemString
The image url.
liveLook
Type: SystemBoolean
True if image should have a "live" look.
See Also