MonobjcMonobjc Documented Class Library
CompositionAttributesAtRange Method (range)
NamespacesMonobjc.InputMethodKitIMKInputControllerCompositionAttributesAtRange(NSRange)

Returns a dictionary of text attributes.

Original signature is '- (NSMutableDictionary*) compositionAttributesAtRange:(NSRange)range'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSMutableDictionary CompositionAttributesAtRange(
	NSRange range
)
Public Overridable Function CompositionAttributesAtRange ( _
	range As NSRange _
) As NSMutableDictionary
public:
virtual NSMutableDictionary^ CompositionAttributesAtRange(
	NSRange range
)
Parameters
range (NSRange)
The range of text whose attributes you want to obtain.
Return Value
The dictionary of text attributes. The default implementation returns an empty dictionary.
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)