Platforms to show: All Mac Windows Linux Cross-Platform
PDFThumbnailViewControlMBS control
See also desktop control: DesktopPDFThumbnailViewControlMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
control | PDFKit | MBS PDFKit Plugin | 13.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
This control embeds a special PDFThumbnailView subclass.
Designed for Xojo 2013r1 and newer. May work on Xojo 2012, but not perfectly.
Please use view property to access the underlaying object and set properties.
See PDFThumbnailViewIOSControlMBS for iOS projects.
- 20 events
- event BoundsChanged
- event Close
- event Closing
- event ConstructContextualMenu(base as MenuItem, x as Integer, y as Integer) as Boolean
- event ContextualMenuAction(hitItem as MenuItem) as Boolean
- event didCloseContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- event EnableMenuItems
- event FocusLost
- event FocusReceived
- event FrameChanged
- event GotFocus
- event LostFocus
- 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 Open
- event Opening
- event ScaleFactorChanged(NewFactor as Double)
- event willShowContextualMenu(menu as NSMenuMBS, NSEvent as NSEventMBS)
- property View as PDFThumbnailViewMBS
Some examples using this control:
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.
OvalMBS - PDFThumbnailViewIOSControlMBS