MonobjcMonobjc Documented Class Library
SelectionRange Property
NamespacesMonobjc.InputMethodKitIMKInputControllerSelectionRange

Returns where the range of the selection that should be placed inside marked text.

Original signature is '- (NSRange)selectionRange'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRange SelectionRange { get; }
Public Overridable ReadOnly Property SelectionRange As NSRange
	Get
public:
virtual property NSRange SelectionRange {
	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)