Share via


NSControl.SelectWithFrame(CGRect, NSText, NSObject, IntPtr, IntPtr) Method

Definition

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

Parameters

aRect
CGRect
textObj
NSText
anObject
NSObject
selStart
IntPtr

nativeint

selLength
IntPtr

nativeint

Attributes

Applies to