SystemImageListHelperGetSpecialFolderIcon Method (EnvironmentSpecialFolder) |
Returns the icon index of the passed special folder.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public static int GetSpecialFolderIcon(
EnvironmentSpecialFolder pSpecialFolder
)
Public Shared Function GetSpecialFolderIcon (
pSpecialFolder As EnvironmentSpecialFolder
) As Integer
public:
static int GetSpecialFolderIcon(
EnvironmentSpecialFolder pSpecialFolder
)
static member GetSpecialFolderIcon :
pSpecialFolder : EnvironmentSpecialFolder -> int
Parameters
- pSpecialFolder
- Type: SystemEnvironmentSpecialFolder
A constant from Environment.specialFolder
Return Value
Type:
Int32The index of the corresponding icon in the system image list.
See Also