SystemImageListGetFolderIconNumber Method (Boolean, SystemImageListSize) |
Returns the icon index of the default folder icon.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public static int GetFolderIconNumber(
bool pOpened,
SystemImageListSize pSize
)
Public Shared Function GetFolderIconNumber (
pOpened As Boolean,
pSize As SystemImageListSize
) As Integer
public:
static int GetFolderIconNumber(
bool pOpened,
SystemImageListSize pSize
)
static member GetFolderIconNumber :
pOpened : bool *
pSize : SystemImageListSize -> int
Parameters
- pOpened
- Type: SystemBoolean
true, if the icon should be returned open, like it is often used for the
selected item in a treeview. - pSize
- Type: Jam.ShellSystemImageListSize
The size of the SystemImageList.
Return Value
Type:
Int32The index of the corresponding icon in the system image list.
See Also