MonobjcMonobjc Documented Class Library
RulerViewHandleMouseDownMessage Method (aRulerView, theEvent)
NamespacesMonobjc.AppKitNSRulerView..::..NSRulerViewDelegateEventDispatcherRulerViewHandleMouseDownMessage(NSRulerView, NSEvent)

Informs the client that the user has pressed the mouse button while the cursor is in the ruler area of aRulerView.

Original signature is '- (void)rulerView:(NSRulerView *)aRulerView handleMouseDown:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public void RulerViewHandleMouseDownMessage(
	NSRulerView aRulerView,
	NSEvent theEvent
)
Public Sub RulerViewHandleMouseDownMessage ( _
	aRulerView As NSRulerView, _
	theEvent As NSEvent _
)
public:
void RulerViewHandleMouseDownMessage(
	NSRulerView^ aRulerView, 
	NSEvent^ theEvent
)
Parameters
aRulerView (NSRulerView)
MISSING
theEvent (NSEvent)
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.AppKit (Module: Monobjc.AppKit)