MonobjcMonobjc Documented Class Library
KnowsPageRange Method (aRange)
NamespacesMonobjc.AppKitNSViewKnowsPageRange(NSRange%)

Returns YES if the receiver handles page boundaries, NO otherwise.

Original signature is '- (BOOL)knowsPageRange:(NSRangePointer)aRange'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool KnowsPageRange(
	ref NSRange aRange
)
Public Overridable Function KnowsPageRange ( _
	ByRef aRange As NSRange _
) As Boolean
public:
virtual bool KnowsPageRange(
	NSRange% aRange
)
Parameters
aRange (NSRange%)
On return, holds the page range if YES is returned directly. Page numbers are one-based—that is pages run from one to N.
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSView.KnowsPageRange(Monobjc.Foundation.NSRange@)"]

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)