SystemImageListGetFolderIconNumber Method (Boolean) |
Returns the icon index of the default folder icon
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public static int GetFolderIconNumber(
bool pOpened
)
Public Shared Function GetFolderIconNumber (
pOpened As Boolean
) As Integer
public:
static int GetFolderIconNumber(
bool pOpened
)
static member GetFolderIconNumber :
pOpened : bool -> 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.
Return Value
Type:
Int32The index of the corresponding icon in the system image list.
See Also