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
The class for a file type.
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
    • property Name as String
    • property Spec as String
  • method Constructor(Name as string, Spec as String)

This class has no sub classes.

Some methods using this class:

Some examples using this class:

Blog Entries

Release notes


The items on this page are in the following plugins: MBS WinFrameworks Plugin.


WinFileSaveDialogMBS   -   WinGestureConfigMBS


The biggest plugin in space...