Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to OvalMBS control.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Controls | MBS Overlay Plugin | 8.4 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
OvalMBS.ConstructContextualMenu(base as MenuItem, x as Integer, y as Integer) as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Controls | MBS Overlay Plugin | 22.1 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
OvalMBS.ContextualMenuAction(hitItem as MenuItem) as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Controls | MBS Overlay Plugin | 17.1 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
This allows the control to react on its relevant menu items. Please return true if you handled it or false to give others a chance.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Controls | MBS Overlay Plugin | 17.1 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
OvalMBS.MouseDown(x as Integer, y as Integer, Modifiers as Integer) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Controls | MBS Overlay Plugin | 8.4 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
Return true to handle the event and enable the MouseUp event.
This event exists because RB does not add a Mousedown event by default to the plugin control.
OvalMBS.MouseDrag(x as Integer, y as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Controls | MBS Overlay Plugin | 8.4 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
OvalMBS.MouseUp(x as Integer, y as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Controls | MBS Overlay Plugin | 8.4 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Controls | MBS Overlay Plugin | 8.4 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
OvalMBS.ScaleFactorChanged(NewFactor as Double)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | Controls | MBS Overlay Plugin | 17.1 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
Please invalidate any cached bitmaps or other relevant state.
The items on this page are in the following plugins: MBS Overlay Plugin.