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 |
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.
- 5 events
- event DataRequested
- event ShareCancelled
- event ShareCompleted
- event Shown
- event TargetApplicationChosen(ApplicationName as String)
- 13 properties
- property ApplicationLink as String
- property ApplicationName as String
- property Description as String
- property Files as Variant
- property FilesAreReadOnly as Boolean
- property HtmlFormat as String
- property PictureData as MemoryBlock
- property RTF as String
- property Text as String
- property ThumbnailData as MemoryBlock
- property Title as String
- property URL as String
- property WebLink as String
- 4 methods
- method AddFile(File as FolderItem)
- method Constructor Private
- method Destructor
- method Present
This class has no sub classes.
Blog Entries
Release notes
- Version 25.1
- Added WindowsSharePanelMBS class.
Some examples using this class:
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WindowsSerialPortsMBS - WindowsShortCutMBS
