MonobjcMonobjc Documented Class Library
WebViewSetStatusText Method (sender, text)
NamespacesMonobjc.WebKitIWebUIDelegateWebViewSetStatusText(WebView, NSString)

Sets the status message displayed by a web view’s window, if any, to the specified text.

Original signature is '- (void)webView:(WebView *)sender setStatusText:(NSString *)text'

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

Declaration Syntax
C#Visual BasicVisual C++
void WebViewSetStatusText(
	WebView sender,
	NSString text
)
Sub WebViewSetStatusText ( _
	sender As WebView, _
	text As NSString _
)
void WebViewSetStatusText(
	WebView^ sender, 
	NSString^ text
)
Parameters
sender (WebView)
The web view that sent the message.
text (NSString)
The status message to display.
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)