MonobjcMonobjc Documented Class Library
RemoveTemporaryAttributeForCharacterRange Method (attrName, charRange)
NamespacesMonobjc.AppKitNSLayoutManagerRemoveTemporaryAttributeForCharacterRange(NSString, NSRange)

Removes a temporary attribute from the list of attributes for the specified character range.

Original signature is '- (void)removeTemporaryAttribute:(NSString *)attrName forCharacterRange:(NSRange)charRange'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveTemporaryAttributeForCharacterRange(
	NSString attrName,
	NSRange charRange
)
Public Overridable Sub RemoveTemporaryAttributeForCharacterRange ( _
	attrName As NSString, _
	charRange As NSRange _
)
public:
virtual void RemoveTemporaryAttributeForCharacterRange(
	NSString^ attrName, 
	NSRange charRange
)
Parameters
attrName (NSString)
The name of a temporary attribute.
charRange (NSRange)
The range of characters from which to remove the specified temporary attribute.
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)