Share via


INSSplitViewDelegate.SetMinCoordinateOfSubview Method

Definition

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

Parameters

splitView
NSSplitView
proposedMinimumPosition
NFloat
subviewDividerIndex
IntPtr

nativeint

Returns

Attributes

Applies to