MonobjcMonobjc Documented Class Library
SetCursorForAreaOfInterest Method (area)
NamespacesMonobjc.QuartzPDFViewSetCursorForAreaOfInterest(PDFAreaOfInterest)

Sets the type of mouse cursor according to the type of area the mouse cursor is over.

Original signature is '- (void)setCursorForAreaOfInterest:(PDFAreaOfInterest)area'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetCursorForAreaOfInterest(
	PDFAreaOfInterest area
)
Public Overridable Sub SetCursorForAreaOfInterest ( _
	area As PDFAreaOfInterest _
)
public:
virtual void SetCursorForAreaOfInterest(
	PDFAreaOfInterest area
)
Parameters
area (PDFAreaOfInterest)
MISSING
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.Quartz (Module: Monobjc.Quartz)