Share via


NSControl.EditWithFrame(CGRect, NSText, NSObject, NSEvent) Method

Definition

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

Parameters

aRect
CGRect
textObj
NSText
anObject
NSObject
theEvent
NSEvent
Attributes

Applies to