NSControl.EditWithFrame(CGRect, NSText, NSObject, NSEvent) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[Foundation.Export("editWithFrame:editor:delegate:event:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EditWithFrame (CoreGraphics.CGRect aRect, AppKit.NSText textObj, Foundation.NSObject anObject, AppKit.NSEvent theEvent);
abstract member EditWithFrame : CoreGraphics.CGRect * AppKit.NSText * Foundation.NSObject * AppKit.NSEvent -> unit
override this.EditWithFrame : CoreGraphics.CGRect * AppKit.NSText * Foundation.NSObject * AppKit.NSEvent -> unit
Parâmetros
- aRect
- CGRect
- textObj
- NSText
- anObject
- NSObject
- theEvent
- NSEvent
- Atributos