MonobjcMonobjc Documented Class Library
SplitViewShouldCollapseSubviewForDoubleClickOnDividerAtIndex Event
NamespacesMonobjc.AppKitNSSplitView..::..NSSplitViewDelegateEventDispatcherSplitViewShouldCollapseSubviewForDoubleClickOnDividerAtIndex

Invoked to allow a delegate to determine if a subview should collapse in response to a double click.

Original signature is '- (BOOL)splitView:(NSSplitView *)splitView shouldCollapseSubview:(NSView *)subview forDoubleClickOnDividerAtIndex:(NSInteger)dividerIndex'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
Return Value
YES if the subview should collapse, NO otherwise.
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)