MonobjcMonobjc Documented Class Library
ReplaceTextStorage Method (newTextStorage)
NamespacesMonobjc.AppKitNSLayoutManagerReplaceTextStorage(NSTextStorage)

Replaces the NSTextStorage object for the group of text-system objects containing the receiver with the given text storage object.

Original signature is '- (void)replaceTextStorage:(NSTextStorage *)newTextStorage'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ReplaceTextStorage(
	NSTextStorage newTextStorage
)
Public Overridable Sub ReplaceTextStorage ( _
	newTextStorage As NSTextStorage _
)
public:
virtual void ReplaceTextStorage(
	NSTextStorage^ newTextStorage
)
Parameters
newTextStorage (NSTextStorage)
The text storage object to set.
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)