Platforms to show: All Mac Windows Linux Cross-Platform
DesktopPDFThumbnailViewControlMBS control
See also classic control: PDFThumbnailViewControlMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
control | PDFKit | MBS PDFKit Plugin | 21.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
This control embeds a special PDFThumbnailView subclass.
Designed for Xojo 2021r3 and newer.
Please use view property to access the underlaying object and set properties.
Does no longer work well with MacOS 10.12 or 10.13 as focus can't be set.
- 15 events
- event BoundsChanged
- event Closing
- event ConstructContextualMenu(base as DesktopMenuItem, x as Integer, y as Integer) As Boolean
- event ContextualMenuItemSelected(selectedItem As DesktopMenuItem) As Boolean
- event didCloseContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event FocusLost
- event FocusReceived
- event FrameChanged
- event MenuBarSelected
- event MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
- event MouseDrag(x as Integer, y as Integer)
- event MouseUp(x as Integer, y as Integer)
- event Opening
- event ScaleFactorChanged(NewFactor as Double)
- event willShowContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- property View as PDFThumbnailViewMBS
Blog Entries
- PDF Viewer controls for iOS
- News from the MBS Xojo Plugins in version 21.5
- New desktop controls
- MBS Xojo / Real Studio Plugins, version 13.4pr7
The items on this page are in the following plugins: MBS PDFKit Plugin.
DesktopOSAScriptControlMBS - DesktopPDFViewControlMBS