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
)
Public Sub New (
imageUrl As String,
liveLook As Boolean
)
Parameters
- imageUrl
- Type: SystemString
The image url. - liveLook
- Type: SystemBoolean
True if image should have a "live" look.
See Also