NSSplitViewDelegate_Extensions.ConstrainSplitPosition Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Runtime.InteropServices.NFloat ConstrainSplitPosition(this AppKit.INSSplitViewDelegate This, AppKit.NSSplitView splitView, System.Runtime.InteropServices.NFloat proposedPosition, IntPtr subviewDividerIndex);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ConstrainSplitPosition : AppKit.INSSplitViewDelegate * AppKit.NSSplitView * System.Runtime.InteropServices.NFloat * nativeint -> System.Runtime.InteropServices.NFloat
Parameters
- This
- INSSplitViewDelegate
- splitView
- NSSplitView
- proposedPosition
- NFloat
- subviewDividerIndex
-
IntPtr
nativeint
Returns
- Attributes