Platforms to show: All Mac Windows Linux Cross-Platform

WebViewControlMBS.Available as Boolean
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa MBS MacFrameworks Plugin 8.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Function: Whether this control can work.
Notes:
Returns true on Mac OS X 10.5 (or newer) and false on any other OS.
(Read only property)
WebViewControlMBS.View as WebViewMBS
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa MBS MacFrameworks Plugin 8.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Function: The view used with this control.
Example:
dim w as WebViewMBS = WebViewControlMBS1.View
w.LoadURL "http://www.apple.com"
Notes:
The view object is created for you in the constructor.
In version 9.6 it is a WebViewMBS object.
If you have a version declared as NSViewMBS, you need to cast to WebViewMBS yourself.
(Read only property)
WebViewControlMBS.WantsFocus as Boolean
Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa MBS MacFrameworks Plugin 13.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Function: Whether this control wants to have focus.
Notes:
By default this is true.
(Read and Write property)

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

Feedback: Report problem or ask question.

The biggest plugin in space...