Skip to content

CSharpLib.Windows.IconReader

Samuel edited this page May 16, 2021 · 1 revision

This new class, as of version 3.0.0, is handy for retrieving icons from various files and folders. The methods are listed below:

  • GetFolderIcon(IconSize size, FolderType folderType) - Returns the Windows folder icon.
  • GetFileIcon(string name, IconSize size, bool linkOverlay) - Returns an icon for a given file.