Generates a ImageButton object with the specified characteristics.
Namespace:
NetQuarry
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static ImageButton ImageBtn(
string icon,
string commandName,
string tooltip,
string altText,
ImgFlags flags
)
Public Shared Function ImageBtn (
icon As String,
commandName As String,
tooltip As String,
altText As String,
flags As ImgFlags
) As ImageButton
Parameters
- icon
- Type: SystemString
The path to the icon to use. - commandName
- Type: SystemString
The CommandName for the button. - tooltip
- Type: SystemString
The tooltip for the button. - altText
- Type: SystemString
The alternate text to use (important for screen readers). - flags
- Type: NetQuarryImgFlags
Option flags regarding button generation.
Return Value
Type:
ImageButtonThe ImageButton configured as specified.
See Also