Click or drag to resize

SystemImageListGetIndexFromExtension Method

Returns the icon index for the passed file extension

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public static int GetIndexFromExtension(
	string pExtension
)

Parameters

pExtension  String
a file extnsion like "TXT".

Return Value

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