NSCell.EditWithFrame(CGRect, NSView, NSText, NSObject, NSEvent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("editWithFrame:inView:editor:delegate:event:")]
public virtual void EditWithFrame (CoreGraphics.CGRect aRect, AppKit.NSView inView, AppKit.NSText editor, Foundation.NSObject delegateObject, AppKit.NSEvent theEvent);
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