MonobjcMonobjc Documented Class Library
WebViewSetStatusBarVisible Method (sender, visible)
NamespacesMonobjc.WebKitIWebUIDelegateWebViewSetStatusBarVisible(WebView, Boolean)

Sets the visibility of the status bar in a web view’s window.

Original signature is '- (void)webView:(WebView *)sender setStatusBarVisible:(BOOL)visible'

Available in Mac OS X v10.2 with Safari 1.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
void WebViewSetStatusBarVisible(
	WebView sender,
	bool visible
)
Sub WebViewSetStatusBarVisible ( _
	sender As WebView, _
	visible As Boolean _
)
void WebViewSetStatusBarVisible(
	WebView^ sender, 
	bool visible
)
Parameters
sender (WebView)
The web view that sent the message.
visible (Boolean)
If YES, the delegate should display the status bar (if any); if NO, the delegate should hide the status bar.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)