







|
| Vista Bridge Library for Managed code development |
| StockIconIdentifier Enumeration |
| See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Provides values used to specify which standard icon to retrieve.
Namespace:
Microsoft.SDK.Samples.VistaBridge.Library.StockIcons
Assembly:
VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public enum StockIconIdentifier |
| Visual Basic (Declaration) |
|---|
Public Enumeration StockIconIdentifier |
| Visual C++ |
|---|
public enum class StockIconIdentifier |
Members
| Member name | Description | |
|---|---|---|
| DocumentNotAssociated |
Icon for a document (blank page), no associated program.
| |
| DocumentAssociated |
Icon for a document with an associated program.
| |
| Application |
Icon for a generic application with no custom icon.
| |
| Folder |
Icon for a closed folder.
| |
| FolderOpen |
Icon for an open folder.
| |
| Drive525 |
Icon for a 5.25" floppy disk drive.
| |
| Drive35 |
Icon for a 3.5" floppy disk drive.
| |
| DriveRemove |
Icon for a removable drive.
| |
| DriveFixed |
Icon for a fixed (hard disk) drive.
| |
| DriveNetwork |
Icon for a network drive.
| |
| DriveNetworkDisabled |
Icon for a disconnected network drive.
| |
| DriveCD |
Icon for a CD drive.
| |
| DriveRam |
Icon for a RAM disk drive.
| |
| World |
Icon for an entire network.
| |
| Server |
Icon for a computer on the network.
| |
| Printer |
Icon for a printer.
| |
| MyNetwork |
Icon for My Network places.
| |
| Find |
Icon for search (magnifying glass).
| |
| Help |
Icon for help.
| |
| Share |
Icon for an overlay indicating shared items.
| |
| Link |
Icon for an overlay indicating shortcuts to items.
| |
| SlowFile |
Icon for an overlay for slow items.
| |
| Recycler |
Icon for a empty recycle bin.
| |
| RecyclerFull |
Icon for a full recycle bin.
| |
| MediaCDAudio |
Icon for audio CD media.
| |
| Lock |
Icon for a security lock.
| |
| AutoList |
Icon for a auto list.
| |
| PrinterNet |
Icon for a network printer.
| |
| ServerShare |
Icon for a server share.
| |
| PrinterFax |
Icon for a Fax printer.
| |
| PrinterFaxNet |
Icon for a networked Fax printer.
| |
| PrinterFile |
Icon for print to file.
| |
| Stack |
Icon for a stack.
| |
| MediaSvcd |
Icon for a SVCD media.
| |
| StuffedFolder |
Icon for a folder containing other items.
| |
| DriveUnknown |
Icon for an unknown drive.
| |
| DriveDvd |
Icon for a DVD drive.
| |
| MediaDvd |
Icon for DVD media.
| |
| MediaDvdRam |
Icon for DVD-RAM media.
| |
| MediaDvdRW |
Icon for DVD-RW media.
| |
| MediaDvdR |
Icon for DVD-R media.
| |
| MediaDvdRom |
Icon for a DVD-ROM media.
| |
| MediaCDAudioPlus |
Icon for CD+ (Enhanced CD) media.
| |
| MediaCDRW |
Icon for CD-RW media.
| |
| MediaCDR |
Icon for a CD-R media.
| |
| MediaCDBurn |
Icon burning a CD.
| |
| MediaBlankCD |
Icon for blank CD media.
| |
| MediaCDRom |
Icon for CD-ROM media.
| |
| AudioFiles |
Icon for audio files.
| |
| ImageFiles |
Icon for image files.
| |
| VideoFiles |
Icon for video files.
| |
| MixedFiles |
Icon for mixed Files.
| |
| FolderBack |
Icon for a folder back.
| |
| FolderFront |
Icon for a folder front.
| |
| Shield |
Icon for a security shield. Use for UAC prompts only.
| |
| Warning |
Icon for a warning.
| |
| Info |
Icon for an informational message.
| |
| Error |
Icon for an error message.
| |
| Key |
Icon for a key.
| |
| Software |
Icon for software.
| |
| Rename |
Icon for a rename.
| |
| Delete |
Icon for delete.
| |
| MediaAudioDvd |
Icon for audio DVD media.
| |
| MediaMovieDvd |
Icon for movie DVD media.
| |
| MediaEnhancedCD |
Icon for enhanced CD media.
| |
| MediaEnhancedDvd |
Icon for enhanced DVD media.
| |
| MediaHDDvd |
Icon for HD-DVD media.
| |
| MediaBluRay |
Icon for BluRay media.
| |
| MediaVcd |
Icon for VCD media.
| |
| MediaDvdPlusR |
Icon for DVD+R media.
| |
| MediaDvdPlusRW |
Icon for DVD+RW media.
| |
| DesktopPC |
Icon for desktop computer.
| |
| MobilePC |
Icon for mobile computer (laptop/notebook).
| |
| Users |
Icon for users.
| |
| MediaSmartMedia |
Icon for smart media.
| |
| MediaCompactFlash |
Icon for compact flash.
| |
| DeviceCellPhone |
Icon for a cell phone.
| |
| DeviceCamera |
Icon for a camera.
| |
| DeviceVideoCamera |
Icon for video camera.
| |
| DeviceAudioPlayer |
Icon for audio player.
| |
| NetworkConnect |
Icon for connecting to network.
| |
| Internet |
Icon for the Internet.
| |
| ZipFile |
Icon for a ZIP file.
| |
| Settings |
Icon for settings.
|
