MonobjcMonobjc Documented Class Library
NSHitTesting Enumeration
NamespacesMonobjc.AppKitNSHitTesting

These constants are used by hitTestForEvent:inRect:ofView: to determine the effect of an event.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSHitTesting
Public Enumeration NSHitTesting
public enum class NSHitTesting
Members
MemberDescription
NSCellHitNone

An empty area, or did not hit in the cell.

Available in Mac OS X v10.5 and later.


NSCellHitContentArea

A content area in the cell.

Available in Mac OS X v10.5 and later.


NSCellHitEditableTextArea

An editable text area of the cell.

Available in Mac OS X v10.5 and later.


NSCellHitTrackableArea

A trackable area in the cell.

Available in Mac OS X v10.5 and later.


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)