StockIcon Enumeration

KGy SOFT Drawing Libraries

StockIcon Enumeration KGy SOFT Drawing Libraries Help
Represents the Windows stock icons can be retrieved by the Icons.GetStockIcon method in Windows Vista and above.
See also the SHSTOCKICONID Enumeration at the Microsoft Docs site.

Namespace: KGySoft.Drawing
Assembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 4.6.0
Syntax

public enum StockIcon
Public Enumeration StockIcon
public enum class StockIcon
type StockIcon
Members

  Member nameValueDescription
DocNoAssoc0 Document of a type with no associated application.
DocAssoc1 Document of a type with an associated application.
Application2 Generic application with no custom icon.
Folder3 Folder (generic, unspecified state).
FolderOpen4 Folder (open).
Drive5255 5.25-inch disk drive.
Drive356 3.5-inch disk drive.
DriveRemove7 Removable drive.
DriveFixed8 Fixed drive (hard disk).
DriveNet9 Network drive (connected).
DriveNetDisabled10 Network drive (disconnected).
DriveCD11 CD drive.
DriveRam12 RAM disk drive.
World13 The entire network.
Server15 A computer on the network.
Printer16 A local printer or print destination.
MyNetwork17 The Network virtual folder
Find22 The Search feature.
Help23 The Help and Support feature.
Share28 Overlay for a shared item.
Link29 Overlay for a shortcut.
SlowFile30 Overlay for items that are expected to be slow to access.
Recycler31 The Recycle Bin (empty).
RecyclerFull32 The Recycle Bin (not empty).
MediaCDAudio40 Audio CD media.
Lock47 Security lock.
AutoList49 A virtual folder that contains the results of a search.
PrinterNet50 A network printer.
ServerShare51 A server shared on a network.
PrinterFax52 A local fax printer.
PrinterFaxNet53 A network fax printer.
PrinterFile54 A file that receives the output of a Print to file operation.
Stack55 A category that results from a Stack by command to organize the contents of a folder.
MediaSvcd56 Super Video CD (SVCD) media.
StuffedFolder57 A folder that contains only subfolders as child items.
DriveUnknown58 Unknown drive type.
DriveDvd59 DVD drive.
MediaDvd60 DVD media.
MediaDvdRam61 DVD-RAM media.
MediaDvdRW62 DVD-RW media.
MediaDvdR63 DVD-R media.
MediaDvdRom64 DVD-ROM media.
MediaCDAudioPlus65 CD+ (enhanced audio CD) media.
MediaCDRW66 CD-RW media.
MediaCDR67 CD-R media.
MediaCDBurn68 A writeable CD in the process of being burned.
MediaBlankCD69 Blank writable CD media.
MediaCDRom70 CD-ROM media.
AudioFiles71 An audio file.
ImageFiles72 An image file.
VideoFiles73 A video file.
MixedFiles74 A mixed file.
FolderBack75 Folder back.
FolderFront76 Folder front.
Shield77 Security shield. Use for UAC prompts only.
Warning78 The warning icon.
Information79 The information icon.
Error80 The error icon.
Key81 Key.
Software82 Software.
Rename83 A UI item, such as a button, that issues a rename command.
Delete84 A UI item, such as a button, that issues a delete command.
MediaAudioDvd85 Audio DVD media.
MediamMoieDvd86 Movie DVD media.
MediaEnhancedCD87 Enhanced CD media.
MediaEnhancedDvd88 Enhanced DVD media.
MediaHDDvd89 High definition DVD media in the HD DVD format.
MediaBluray90 High definition DVD media in the Blu-ray Disc™ format.
MediaVcd91 Video CD (VCD) media.
MediaDvdPlusR92 DVD+R media.
MediaDvdPlusRW93 DVD+RW media.
DesktopPC94 A desktop computer.
MobilePC95 A mobile computer (laptop).
Users96 The User Accounts Control Panel item.
MediaSmartMedia97 Smart media.
MediaCompactFlash98 CompactFlash media.
DeviceCellphone99 A cell phone.
DeviceCamera100 A digital camera.
DeviceVideoCamera101 A digital video camera.
DeviceAudioPlayer102 An audio player.
NetworkConnect103 Connect to network.
Internet104 The Network and Internet Control Panel item.
ZipFile105 A compressed file with a .zip file name extension.
Settings106 The Additional Options Control Panel item.
DriveHDDvd132 Windows Vista with Service Pack 1 (SP1) and later. High definition DVD drive (any type - HD DVD-ROM, HD DVD-R, HD-DVD-RAM) that uses the HD DVD format.
DriveBD133 Windows Vista with SP1 and later. High definition DVD drive (any type - BD-ROM, BD-R, BD-RE) that uses the Blu-ray Disc format.
MediaHDDvdRom134 Windows Vista with SP1 and later. High definition DVD-ROM media in the HD DVD-ROM format.
MediaHDDvdR135 Windows Vista with SP1 and later. High definition DVD-R media in the HD DVD-R format.
MediaHDDvdRam136 Windows Vista with SP1 and later. High definition DVD-RAM media in the HD DVD-RAM format.
MediaBDRom137 Windows Vista with SP1 and later. High definition DVD-ROM media in the Blu-ray Disc BD-ROM format.
MediaBDR138 Windows Vista with SP1 and later. High definition write-once media in the Blu-ray Disc BD-R format.
MediaBDRE139 Windows Vista with SP1 and later. High definition read/write media in the Blu-ray Disc BD-RE format.
ClusteredDrive140 Windows Vista with SP1 and later. A cluster disk array.
See Also

Reference