MonobjcMonobjc Documented Class Library
WebViewDrawHeaderInRect Method (sender, rect)
NamespacesMonobjc.WebKitIWebUIDelegateWebViewDrawHeaderInRect(WebView, NSRect)

Draws the web view’s header in the specified rectangle.

Original signature is '- (void)webView:(WebView *)sender drawHeaderInRect:(NSRect)rect'

Available in Mac OS X v10.4.11 and later.

Declaration Syntax
C#Visual BasicVisual C++
void WebViewDrawHeaderInRect(
	WebView sender,
	NSRect rect
)
Sub WebViewDrawHeaderInRect ( _
	sender As WebView, _
	rect As NSRect _
)
void WebViewDrawHeaderInRect(
	WebView^ sender, 
	NSRect rect
)
Parameters
sender (WebView)
The web view that sent the message.
rect (NSRect)
The rectangle reserved for drawing the header.
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)