Click or drag to resize

SystemImageList Methods

The SystemImageList type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDestroyIcon
Destroys the icon referenced by hIcon.
Public methodDispose
This code added to correctly implement the disposable pattern.
Protected methodDispose(Boolean)
This code added to correctly implement the disposable pattern.
Protected methodFinalize
Finalizes an instance of the SystemImageList class.
(Overrides ObjectFinalize.)
Public methodStatic memberGetFileDefaultIconNumber
Get the icon number of the default file
Public methodStatic memberGetFileIconHandle(ItemIdList, SystemImageListSize, Boolean, Boolean)
Returns the handle of the icon for the specified ItemIdList.
Public methodStatic memberGetFileIconHandle(String, SystemImageListSize, Boolean, Boolean)
Returns the handle of the icon for the specified filePath.
Public methodStatic memberGetFolderIconNumber(Boolean)
Returns the icon index of the default folder icon
Public methodStatic memberGetFolderIconNumber(Boolean, SystemImageListSize)
Returns the icon index of the default folder icon.
Public methodGetIconHandle(Int32)
Gets icon handle for the image index.
Public methodGetIconHandle(ItemIdList, Boolean)
Gets icon handle for the passed ItemIdList.
Public methodGetIconHandle(String, Boolean, FileAttributes)
Gets icon handle for the passed ItemIdList.
Public methodStatic memberGetIconIndex(ItemIdList, Boolean)
Gets the index of the icon of the passed ItemIdList.
Public methodStatic memberGetIconIndex(String, Boolean, FileAttributes)
Gets the index of the icon of the passed ItemIdList.
Public methodStatic memberGetIconIndexForPath
Gets icon index for path.
Public methodStatic memberGetIconIndexOfOverlay
Gets icon index of overlay.
Public methodStatic memberGetIndexFromExtension
Returns the icon index for the passed file extension
Public methodStatic memberGetIndexFromItemIdList
Gets icon index for item identifier list.
Public methodStatic memberGetInstance(Int32)
Gets the nearest cached instance for the specified size.
Public methodStatic memberGetInstance(SystemImageListSize)
Gets the cached instance for the specified size.
Public methodStatic memberGetOverlayIndex
Gets overlay index.
Public methodStatic memberGetShortcutImageIndex
Returns the image index of the link overlay.
Public methodStatic memberGetSpecialFolderIcon(ShellFolder)
Returns the icon index of the passed special folder.
Public methodStatic memberGetSpecialFolderIcon(ShellFolder, Boolean)
Returns the icon index of the passed special folder.
Protected methodLoadImagelist
Loads the imagelist.
Top
See Also