Platforms to show: All Mac Windows Linux Cross-Platform
Back to WindowsSharePanelMBS class.
WindowsSharePanelMBS.ApplicationLink as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Sharing Panel | MBS WinFrameworks Plugin | 25.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
A Uniform Resource Identifier (URI) with a scheme that isn't http or https that's handled by the source app.
Whenever possible, you should set this property. This Uniform Resource Identifier (URI) represents a deep link that takes the user back to the currently displayed content. A source app provides a value for this property, and a target app reads the value. Use this property to indicate the source of the shared content.
The scheme of this Uniform Resource Identifier (URI) must not be http or https. The app sharing this Uniform Resource Identifier (URI) must be capable of being the default handler, although it may not be set as the default handler.
(Read and Write property)
WindowsSharePanelMBS.ApplicationName as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Sharing Panel | MBS WinFrameworks Plugin | 25.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Part of the metadata properties.
(Read and Write property)
WindowsSharePanelMBS.Description as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Sharing Panel | MBS WinFrameworks Plugin | 25.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Part of the metadata properties.
(Read and Write property)
WindowsSharePanelMBS.Files as Variant
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Sharing Panel | MBS WinFrameworks Plugin | 25.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read and Write property)
WindowsSharePanelMBS.FilesAreReadOnly as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Sharing Panel | MBS WinFrameworks Plugin | 25.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read and Write property)
WindowsSharePanelMBS.HtmlFormat as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Sharing Panel | MBS WinFrameworks Plugin | 25.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read and Write property)
WindowsSharePanelMBS.PictureData as MemoryBlock
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Sharing Panel | MBS WinFrameworks Plugin | 25.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read and Write property)
WindowsSharePanelMBS.RTF as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Sharing Panel | MBS WinFrameworks Plugin | 25.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read and Write property)
WindowsSharePanelMBS.Text as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Sharing Panel | MBS WinFrameworks Plugin | 25.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
This method sets the text value for the data package.
(Read and Write property)
WindowsSharePanelMBS.ThumbnailData as MemoryBlock
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Sharing Panel | MBS WinFrameworks Plugin | 25.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
We recommend that any time you create a DataPackage that contains images, you also assign a thumbnail image. Doing so gives target apps the opportunity to display a visual representation of the images being shared to the user while the share operation completes.
The minimum recommended size is 80x80. The maximum size is 240x160. These sizes are in device-independent pixels, so if the system plateau setting is other than 1.0, appropriate multiplier should be used. For example, minimum recommended size for 1.4 plateau would be 801.4x801.4=112x112 physical pixels. If you're writing a target app, remember that while we recommend a minimum and maximum size, there is no enforcement of these sizes. Your app should have code to handle thumbnails that are an unexpected size—such as to scale them up or down as needed. Take care, however, not to alter the aspect ratio of the image.
You can use any data format (JPG, GIF, and so on) for a thumbnail. You also have the option of loading the thumbnail from the disk, or creating it on the fly.
(Read and Write property)
Some examples using this property:
WindowsSharePanelMBS.Title as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Sharing Panel | MBS WinFrameworks Plugin | 25.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Part of the metadata properties.
(Read and Write property)
WindowsSharePanelMBS.URL as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Sharing Panel | MBS WinFrameworks Plugin | 25.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Better set WebLink and ApplicationLink instead.
(Read and Write property)
WindowsSharePanelMBS.WebLink as String
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | Sharing Panel | MBS WinFrameworks Plugin | 25.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
A Uniform Resource Identifier (URI) with an http or https scheme that corresponds to the content being displayed to the user.
Whenever possible, you should set this property. A source app provides a value for this property, and a target app reads the value. Use this property to indicate the source of the shared content.
(Read and Write property)
The items on this page are in the following plugins: MBS WinFrameworks Plugin.