Platforms to show: All Mac Windows Linux Cross-Platform
WinFileTypeMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Navigation | MBS WinFrameworks Plugin | 20.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Example:
Dim d As WinFileOpenDialogMBS // your dialog
Dim FileTypes() As WinFileTypeMBS
FileTypes.Append New WinFileTypeMBS("JPEG image", "*.jpg")
FileTypes.Append New WinFileTypeMBS("PNG image", "*.png")
FileTypes.Append New WinFileTypeMBS("Tiff image", "*.tif;*.tiff")
d.SetFileTypes FileTypes
- 2 properties
- method Constructor(Name as string, Spec as String)
This class has no sub classes.
Some methods using this class:
- WinFileDialogMBS.SetFileTypes(FileTypes() as WinFileTypeMBS)
Some examples using this class:
Blog Entries
- News from the MBS Xojo Plugins Version 20.1
- MBS Xojo Plugins, version 20.1pr3
- Customized File Open and Save Dialogs for Windows
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WinFileSaveDialogMBS - WinGestureConfigMBS

Links
MBS Xojo Plugins