MonobjcMonobjc Documented Class Library
ShouldUpdateWhileOffscreen Property
NamespacesMonobjc.WebKitWebViewShouldUpdateWhileOffscreen

Returns whether the web view should update even when it is not visible.

Original signature is '- (BOOL)shouldUpdateWhileOffscreen'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ShouldUpdateWhileOffscreen { get; set; }
Public Overridable Property ShouldUpdateWhileOffscreen As Boolean
	Get
	Set
public:
virtual property bool ShouldUpdateWhileOffscreen {
	bool get ();
	void set (bool value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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