MonobjcMonobjc Documented Class Library
KeyPathsForValuesAffectingPreview Property
NamespacesMonobjc.AppKitINSPrintPanelAccessorizingKeyPathsForValuesAffectingPreview

Returns a set of strings identifying the key paths for any properties that might affect the built-in print preview. (optional)

Original signature is '- (NSSet *)keyPathsForValuesAffectingPreview'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
NSSet KeyPathsForValuesAffectingPreview { get; }
ReadOnly Property KeyPathsForValuesAffectingPreview As NSSet
	Get
property NSSet^ KeyPathsForValuesAffectingPreview {
	NSSet^ get ();
}
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)