Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to FolderItem class.
FolderItem.IconMBS(width as Integer, WindowsFlags as Integer=0) as picture
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Icon Service | MBS Picture Plugin | ✅ Yes | ✅ Yes | ❌ No | ✅ Yes | All |
Changed in plugin version 7.7 to return a picture with mask of the given size.
On Windows the icon picture is scaled to the requested size. (Actually the plugin can only get 32bit pixels wide icons on Windows as maximum)
Version 8.6: Now reads the 32bit image data with 8 bit alpha values if possible.
You can pass flags for Windows options:
SHGFI_ADDOVERLAYS | = &h20 | Apply the appropriate overlays to the file's icon. |
SHGFI_LINKOVERLAY | = &h8000 | Adds the link overlay to the file's icon. |
SHGFI_OPENICON | = 2 | Retrieve the file's open icon |
SHGFI_SELECTED | = &h10000 | Blend the file's icon with the system highlight color. |
The items on this page are in the following plugins: MBS Picture Plugin.