Sets whether a web view's toolbars should be visible.
Original signature is '- (void)webView:(WebView *)sender setToolbarsVisible:(BOOL)visible'
Available in Mac OS X v10.2 with Safari 1.0 and later.

Declaration Syntax
void WebViewSetToolbarsVisible(
WebView sender,
bool visible
)
Sub WebViewSetToolbarsVisible ( _
sender As WebView, _
visible As Boolean _
)
void WebViewSetToolbarsVisible(
WebView^ sender,
bool visible
)

Parameters
- sender (WebView)
- The web view that sent the message.
- visible (Boolean)
- If YES, all toolbars (with the exception of the status bar) are shown; otherwise, all toolbars (with the exception of the status bar) are removed.

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)