Share via


NSTableView.CanDragRows(NSIndexSet, CGPoint) Method

Definition

[Foundation.Export("canDragRowsWithIndexes:atPoint:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool CanDragRows(Foundation.NSIndexSet rowIndexes, CoreGraphics.CGPoint mouseDownPoint);
[<Foundation.Export("canDragRowsWithIndexes:atPoint:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CanDragRows : Foundation.NSIndexSet * CoreGraphics.CGPoint -> bool
override this.CanDragRows : Foundation.NSIndexSet * CoreGraphics.CGPoint -> bool

Parameters

rowIndexes
NSIndexSet
mouseDownPoint
CGPoint

Returns

Attributes

Applies to