Share via


NSCell.EditWithFrame(CGRect, NSView, NSText, NSObject, NSEvent) Method

Definition

[Foundation.Export("editWithFrame:inView:editor:delegate:event:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void EditWithFrame(CoreGraphics.CGRect aRect, AppKit.NSView? inView, AppKit.NSText? editor, Foundation.NSObject? delegateObject, AppKit.NSEvent theEvent);
[<Foundation.Export("editWithFrame:inView:editor:delegate:event:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EditWithFrame : CoreGraphics.CGRect * AppKit.NSView * AppKit.NSText * Foundation.NSObject * AppKit.NSEvent -> unit
override this.EditWithFrame : CoreGraphics.CGRect * AppKit.NSView * AppKit.NSText * Foundation.NSObject * AppKit.NSEvent -> unit

Parameters

aRect
CGRect
inView
NSView
editor
NSText
delegateObject
NSObject
theEvent
NSEvent
Attributes

Applies to