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.0
Syntax
public static int GetIndexFromExtension(
	string pExtension
)

Parameters

pExtension
Type: SystemString
a file extnsion like "TXT".

Return Value

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