MonobjcMonobjc Documented Class Library
SetTemporaryAttributesForCharacterRange Method (attrs, charRange)
NamespacesMonobjc.AppKitNSLayoutManagerSetTemporaryAttributesForCharacterRange(NSDictionary, NSRange)

Sets one or more temporary attributes for the specified character range.

Original signature is '- (void)setTemporaryAttributes:(NSDictionary *)attrs forCharacterRange:(NSRange)charRange'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetTemporaryAttributesForCharacterRange(
	NSDictionary attrs,
	NSRange charRange
)
Public Overridable Sub SetTemporaryAttributesForCharacterRange ( _
	attrs As NSDictionary, _
	charRange As NSRange _
)
public:
virtual void SetTemporaryAttributesForCharacterRange(
	NSDictionary^ attrs, 
	NSRange charRange
)
Parameters
attrs (NSDictionary)
Attributes dictionary containing the temporary attributes to set.
charRange (NSRange)
The range of characters to which the specified attributes apply.
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.AppKit (Module: Monobjc.AppKit)