Share via


NSCell.SelectWithFrame Method

Definition

[Foundation.Export("selectWithFrame:inView:editor:delegate:start:length:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SelectWithFrame(CoreGraphics.CGRect aRect, AppKit.NSView? inView, AppKit.NSText? editor, Foundation.NSObject? delegateObject, IntPtr selStart, IntPtr selLength);
[<Foundation.Export("selectWithFrame:inView:editor:delegate:start:length:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SelectWithFrame : CoreGraphics.CGRect * AppKit.NSView * AppKit.NSText * Foundation.NSObject * nativeint * nativeint -> unit
override this.SelectWithFrame : CoreGraphics.CGRect * AppKit.NSView * AppKit.NSText * Foundation.NSObject * nativeint * nativeint -> unit

Parameters

aRect
CGRect
inView
NSView
editor
NSText
delegateObject
NSObject
selStart
IntPtr

nativeint

selLength
IntPtr

nativeint

Attributes

Applies to