Share via


NSSplitViewController.SetMaxCoordinateOfSubview Method

Definition

[Foundation.Export("splitView:constrainMaxCoordinate:ofSubviewAt:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Runtime.InteropServices.NFloat SetMaxCoordinateOfSubview(AppKit.NSSplitView splitView, System.Runtime.InteropServices.NFloat proposedMaximumPosition, IntPtr subviewDividerIndex);
[<Foundation.Export("splitView:constrainMaxCoordinate:ofSubviewAt:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetMaxCoordinateOfSubview : AppKit.NSSplitView * System.Runtime.InteropServices.NFloat * nativeint -> System.Runtime.InteropServices.NFloat
override this.SetMaxCoordinateOfSubview : AppKit.NSSplitView * System.Runtime.InteropServices.NFloat * nativeint -> System.Runtime.InteropServices.NFloat

Parameters

splitView
NSSplitView
proposedMaximumPosition
NFloat
subviewDividerIndex
IntPtr

nativeint

Returns

Implements

Attributes

Applies to