Returns the icon index of the default folder icon
| C# | Visual Basic | Visual C++ |
public static int GetFolderIconNumber( bool Opened, SystemImageListSize Size )
Public Shared Function GetFolderIconNumber ( _ Opened As Boolean, _ Size As SystemImageListSize _ ) As Integer
public: static int GetFolderIconNumber( bool Opened, SystemImageListSize Size )
- Opened (Boolean)
- true, if the icon should be returned open, like it is often used for the selected item in a treeview.
- Size (SystemImageListSize)
- This parameter specifies the size requested for the icon
The index of the corresponding icon in the system image list.