IconManagerGetIconPath Method (String, String) |
Get the path to the specified icon. If the icon is not already known then the provided
defaultPath is used and cached. If the icon is specified in the
Icons feature
then the dimensions may be available. Use the
GetIconPath(String, String, Int32, Int32)
overload if dimensions are desired.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string GetIconPath(
string name,
string defaultPath
)
Public Function GetIconPath (
name As String,
defaultPath As String
) As String
Parameters
- name
- Type: SystemString
The name of the icon, e.g. "Find". - defaultPath
- Type: SystemString
The default virtual path to the icon.
Return Value
Type:
StringThe virtual path to the image.
See Also