MonobjcMonobjc Documented Class Library
SplitViewEffectiveRectForDrawnRectOfDividerAtIndex Event
NamespacesMonobjc.AppKitNSSplitView..::..NSSplitViewDelegateEventDispatcherSplitViewEffectiveRectForDrawnRectOfDividerAtIndex

Allows the delegate to modify the rectangle in which mouse clicks initiate divider dragging.

Original signature is '- (NSRect)splitView:(NSSplitView *)splitView effectiveRect:(NSRect)proposedEffectiveRect forDrawnRect:(NSRect)drawnRect ofDividerAtIndex:(NSInteger)dividerIndex'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
Return Value
The rectangle in which mouse clicks should initiate divider dragging. The rectangle should be expressed in the coordinate system defined by splitView.
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)