SystemImageListHelperGetIndexFromPath Method |
Returns the icon index for the passed file.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public static int GetIndexFromPath(
string pPath
)
Public Shared Function GetIndexFromPath (
pPath As String
) As Integer
public:
static int GetIndexFromPath(
String^ pPath
)
static member GetIndexFromPath :
pPath : string -> int
Parameters
- pPath
- Type: SystemString
A path to a file
Return Value
Type:
Int32The index of the corresponding icon in the system image list.
See Also