MonobjcMonobjc Documented Class Library
PreferredBackingLocation Property
NamespacesMonobjc.AppKitNSWindowPreferredBackingLocation

Indicates the preferred location for the window’s backing store.

Original signature is '- (NSWindowBackingLocation)preferredBackingLocation'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSWindowBackingLocation PreferredBackingLocation { get; set; }
Public Overridable Property PreferredBackingLocation As NSWindowBackingLocation
	Get
	Set
public:
virtual property NSWindowBackingLocation PreferredBackingLocation {
	NSWindowBackingLocation get ();
	void set (NSWindowBackingLocation 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.AppKit (Module: Monobjc.AppKit)