Click or drag to resize

SystemImageListHelperGetIndexFromPath Method

Returns the icon index for the passed file.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public static int GetIndexFromPath(
	string pPath
)

Parameters

pPath
Type: SystemString
A path to a file

Return Value

Type: Int32
The index of the corresponding icon in the system image list.
See Also