MonobjcMonobjc Documented Class Library
ReplacementRange Property
NamespacesMonobjc.InputMethodKitIMKInputControllerReplacementRange

Returns the range in the client document that the text should replace.

Original signature is '- (NSRange)replacementRange'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRange ReplacementRange { get; }
Public Overridable ReadOnly Property ReplacementRange As NSRange
	Get
public:
virtual property NSRange ReplacementRange {
	NSRange get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.InputMethodKit (Module: Monobjc.InputMethodKit)