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