NSTextView.SmartInsertBefore(String, NSRange) Method

Definition

[Foundation.Export("smartInsertBeforeStringForString:replacingRange:")]
public virtual string SmartInsertBefore (string pasteString, Foundation.NSRange charRangeToReplace);
abstract member SmartInsertBefore : string * Foundation.NSRange -> string
override this.SmartInsertBefore : string * Foundation.NSRange -> string

Parameters

pasteString
String
charRangeToReplace
NSRange

Returns

Attributes

Applies to