Platforms to show: All Mac Windows Linux Cross-Platform

Back to RoundRectangleMBS control.

RoundRectangleMBS.Close

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Controls MBS Overlay Plugin 8.4 ✅ Yes ✅ Yes ✅ Yes ❌ No
The control is about to close.

RoundRectangleMBS.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
This event is called when it is appropriate to display a contextual menu for the control.

RoundRectangleMBS.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
Called when a menuitem is choosen.

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.

RoundRectangleMBS.EnableMenuItems

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Controls MBS Overlay Plugin 17.1 ✅ Yes ✅ Yes ✅ Yes ❌ No
The event where you can enable menu items.

RoundRectangleMBS.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
The event called when the user clicks with the mouse in the control area.

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.

RoundRectangleMBS.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
The mouse drag event.

RoundRectangleMBS.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
The event called when the user releases the mouse button and you returned true on the MouseDown event.

RoundRectangleMBS.Open

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Controls MBS Overlay Plugin 8.4 ✅ Yes ✅ Yes ✅ Yes ❌ No
The control is about to was created and you can initialize it.

RoundRectangleMBS.ScaleFactorChanged(NewFactor as Double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Controls MBS Overlay Plugin 17.1 ✅ Yes ✅ Yes ✅ Yes ❌ No
The backing store scale factor has changed.

Please invalidate any cached bitmaps or other relevant state.

The items on this page are in the following plugins: MBS Overlay Plugin.


The biggest plugin in space...