MonobjcMonobjc Documented Class Library
ShouldCloseWithWindow Property
NamespacesMonobjc.WebKitWebViewShouldCloseWithWindow

Returns whether the web view should close when its window or host window closes.

Original signature is '- (BOOL)shouldCloseWithWindow'

Available in Mac OS X v10.4.11 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ShouldCloseWithWindow { get; set; }
Public Overridable Property ShouldCloseWithWindow As Boolean
	Get
	Set
public:
virtual property bool ShouldCloseWithWindow {
	bool get ();
	void set (bool value);
}
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)