Platforms to show: All Mac Windows Linux Cross-Platform

WindowsSharePanelMBS class   New in 25.1

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Sharing Panel MBS WinFrameworks Plugin 25.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The class to show a share panel on Windows.
Example
// panel is a property in window or app

panel = New WindowsSharePanel

// add a file on disk
var f as FolderItem = SpecialFolder.Desktop.Child("test.jpg")
panel.AddFile f

// show the panel
panel.Present

Requires Windows 8 or newer.

What Windows can share and what application it offers depends on the local software installation on the PC.
e.g. if you have an email application, you may see contact names and the option to send an email.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.

This class has no sub classes.

Blog Entries

Release notes

Some examples using this class:


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


WindowsSerialPortsMBS   -   WindowsShortCutMBS


The biggest plugin in space...