MonobjcMonobjc Documented Class Library
ShouldBeTreatedAsInkEvent Method (theEvent)
NamespacesMonobjc.AppKitNSResponderShouldBeTreatedAsInkEvent(NSEvent)

Returns YES if the specified event should be treated as an ink event, NO if it should be treated as a mouse event.

Original signature is '- (BOOL)shouldBeTreatedAsInkEvent:(NSEvent *)theEvent'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ShouldBeTreatedAsInkEvent(
	NSEvent theEvent
)
Public Overridable Function ShouldBeTreatedAsInkEvent ( _
	theEvent As NSEvent _
) As Boolean
public:
virtual bool ShouldBeTreatedAsInkEvent(
	NSEvent^ theEvent
)
Parameters
theEvent (NSEvent)
An event object representing the event to be tested.
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSResponder.ShouldBeTreatedAsInkEvent(Monobjc.AppKit.NSEvent)"]

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)