Object
   Icon
|  Icon | A constructor to get the desktop file icon of a folder item. | 
|  Icon | A constructor to get the desktop file icon of a folder item or a icon loaded from a .icns file. | 
|  Icon | A constructor to get the desktop file icon of a folder item or a icon loaded from a .icns file with a custom data fetch mask. | 
|  Icon | A constructor to get a icon that represents a specific file type from a given MacType and optionally MacCreator. | 
|  Icon | A constructor to get a system defined icon from a given System-Icon constant. | 
|  Selected | Set this property to true if the icon should be drawn in selected state. | 
|  DrawLarge | Use this method to draw a large icon (32x32). The icon will be drawn in selected state if the Selected property of the class is set. | 
|  DrawLargeMask | Use this method to draw a large icon's mask (32x32). | 
|  DrawSmall | Use this method to draw a small icon (16x16). The icon will be drawn in selected state if the Selected property of the class is set. | 
|  DrawSmallMask | Use this method to draw a small icon's mask (16x16). | 
|  GetHuge | Use this function to get the raw data of a huge file icon on MacOS systems. | 
|  GetHugeMask | Use this function to get the raw data mask of a huge file icon on MacOS systems. | 
|  GetLarge | Use this function to get the raw data of a large file icon on MacOS systems. | 
|  GetLargeMask | Use this function to get the raw data mask of a large file icon on MacOS systems. | 
|  GetSmall | Use this function to get the raw data of a small file icon on MacOS systems. | 
|  GetSmallMask | Use this function to get the raw data mask of a small file icon on MacOS systems. | 
|  GetThumbnail | Use this function to get the raw data of a thumbnail file icon on MacOS systems. | 
|  GetThumbnailMask | Use this function to get the raw data mask of a thumbnail file icon on MacOS systems. | 
|  Plot | To plot a file Icon to the current port, use the PlotFileIcon method. (This method is not for Win32) |