Share via


NSSplitViewController.ShouldHideDivider(NSSplitView, IntPtr) Method

Definition

[Foundation.Advice("Overriding this method requires a call to the overriden method.")]
[Foundation.Export("splitView:shouldHideDividerAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[ObjCRuntime.RequiresSuper]
public virtual bool ShouldHideDivider(AppKit.NSSplitView splitView, IntPtr dividerIndex);
[<Foundation.Advice("Overriding this method requires a call to the overriden method.")>]
[<Foundation.Export("splitView:shouldHideDividerAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<ObjCRuntime.RequiresSuper>]
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