SystemImageListHelperGetIndexFromPath Method |
Returns the icon index for the passed file.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 String
- A path to a file
Return Value
Int32The index of the corresponding icon in the system image list.
See Also