MonobjcMonobjc Documented Class Library
SetWindowsNeedUpdate Method (flag)
NamespacesMonobjc.AppKitNSApplicationSetWindowsNeedUpdate(Boolean)

Sets whether the receiver’s windows need updating when the receiver has finished processing the current event.

Original signature is '- (void)setWindowsNeedUpdate:(BOOL)flag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetWindowsNeedUpdate(
	bool flag
)
Public Overridable Sub SetWindowsNeedUpdate ( _
	flag As Boolean _
)
public:
virtual void SetWindowsNeedUpdate(
	bool flag
)
Parameters
flag (Boolean)
If YES, the receiver’s windows are updated after an event is processed.
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.AppKit (Module: Monobjc.AppKit)