MapperDatasheetGetIcon Method |
Gets a standard icon or its application-specific override if one is specified.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected string GetIcon(
string icon
)
Protected Function GetIcon (
icon As String
) As String
Parameters
- icon
- Type: SystemString
The name of the image file, without path.
Return Value
Type:
StringThe path to the image file to use.
See Also