NSTextInputClient.SetMarkedText(NSObject, NSRange, NSRange) Method

Definition

[Foundation.Export("setMarkedText:selectedRange:replacementRange:")]
public virtual void SetMarkedText (Foundation.NSObject text, Foundation.NSRange selectedRange, Foundation.NSRange replacementRange);
abstract member SetMarkedText : Foundation.NSObject * Foundation.NSRange * Foundation.NSRange -> unit
override this.SetMarkedText : Foundation.NSObject * Foundation.NSRange * Foundation.NSRange -> unit

Parameters

text
NSObject
selectedRange
NSRange
replacementRange
NSRange
Attributes

Applies to