Share via


NSSplitViewDelegate.ShouldHideDivider(NSSplitView, IntPtr) Method

Definition

[Foundation.Export("splitView:shouldHideDividerAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldHideDivider(AppKit.NSSplitView splitView, IntPtr dividerIndex);
[<Foundation.Export("splitView:shouldHideDividerAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldHideDivider : AppKit.NSSplitView * nativeint -> bool
override this.ShouldHideDivider : AppKit.NSSplitView * nativeint -> bool

Parameters

splitView
NSSplitView
dividerIndex
IntPtr

nativeint

Returns

Implements

Attributes

Applies to