Platforms to show: All Mac Windows Linux Cross-Platform

WebViewControlMBS.Close
Type Topic Plugin Version macOS Windows Linux iOS Targets
event Cocoa MBS MacFrameworks Plugin 8.4 ✅ Yes ❌ No ❌ No ❌ No
Function: The control is about to close.
WebViewControlMBS.ConstructContextualMenu(base as MenuItem, x as Integer, y as Integer) as Boolean
Type Topic Plugin Version macOS Windows Linux iOS Targets
event Cocoa MBS MacFrameworks Plugin 22.1 ✅ Yes ❌ No ❌ No ❌ No
Function: This event is called when it is appropriate to display a contextual menu for the control.
WebViewControlMBS.ContextualMenuAction(hitItem as MenuItem) as Boolean
Type Topic Plugin Version macOS Windows Linux iOS Targets
event Cocoa MBS MacFrameworks Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No
Function: Called when a menuitem is choosen.
Notes: 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.
WebViewControlMBS.EnableMenuItems
Type Topic Plugin Version macOS Windows Linux iOS Targets
event Cocoa MBS MacFrameworks Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No
Function: The event where you can enable menu items.
WebViewControlMBS.MouseDown(x as Integer, y as Integer, Modifiers as Integer) As Boolean
Type Topic Plugin Version macOS Windows Linux iOS Targets
event Cocoa MBS MacFrameworks Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No
Function: The mouse button was pressed inside the control’s region at the location passed in to x, y.
Notes:
The coordinates x and y are local to the control, i.e. they represent the position of the mouse click relative to the upper-left corner or the Control.
Return True if you are going to handle the MouseDown. In such a case:
  • The Action event, if any, will not execute and the state of the object will not change.
  • You will receive the MouseDrag and MouseUp events.
If you return False, the system handles the MouseDown so the above event handlers do not get called.
WebViewControlMBS.MouseDrag(x as Integer, y as Integer)
Type Topic Plugin Version macOS Windows Linux iOS Targets
event Cocoa MBS MacFrameworks Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No
Function: This event fires continuously after the mouse button was pressed inside the Control.
Notes:
Mouse location is local to the control passed in to x, y.
As this event is fired continuously (hundreds of time per second), it is your responsibility to determine if the mouse has really moved.
WebViewControlMBS.MouseUp(x as Integer, y as Integer)
Type Topic Plugin Version macOS Windows Linux iOS Targets
event Cocoa MBS MacFrameworks Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No
Function: The mouse button was released.
Notes: Use the x and y parameters to determine if the mouse button was released within the control's boundaries.
WebViewControlMBS.Open
Type Topic Plugin Version macOS Windows Linux iOS Targets
event Cocoa MBS MacFrameworks Plugin 8.4 ✅ Yes ❌ No ❌ No ❌ No
Function: The control is about to was created and you can initialize it.
WebViewControlMBS.ScaleFactorChanged(NewFactor as Double)
Type Topic Plugin Version macOS Windows Linux iOS Targets
event Cocoa MBS MacFrameworks Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No
Function: The backing store scale factor has changed.
Notes: Please invalidate any cached bitmaps or other relevant state.

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

Feedback: Report problem or ask question.

The biggest plugin in space...