Share via


NSTextView.DragSelection(NSEvent, CGSize, Boolean) Method

Definition

[Foundation.Export("dragSelectionWithEvent:offset:slideBack:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool DragSelection(AppKit.NSEvent event, CoreGraphics.CGSize mouseOffset, bool slideBack);
[<Foundation.Export("dragSelectionWithEvent:offset:slideBack:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DragSelection : AppKit.NSEvent * CoreGraphics.CGSize * bool -> bool
override this.DragSelection : AppKit.NSEvent * CoreGraphics.CGSize * bool -> bool

Parameters

event
NSEvent
mouseOffset
CGSize
slideBack
Boolean

Returns

Attributes

Applies to