MonobjcMonobjc Documented Class Library
InsertTextContainerAtIndex Method (aTextContainer, index)
NamespacesMonobjc.AppKitNSLayoutManagerInsertTextContainerAtIndex(NSTextContainer, NSUInteger)

Inserts the given text container into the series of text containers at the given index.

Original signature is '- (void)insertTextContainer:(NSTextContainer *)aTextContainer atIndex:(NSUInteger)index'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void InsertTextContainerAtIndex(
	NSTextContainer aTextContainer,
	NSUInteger index
)
Public Overridable Sub InsertTextContainerAtIndex ( _
	aTextContainer As NSTextContainer, _
	index As NSUInteger _
)
public:
virtual void InsertTextContainerAtIndex(
	NSTextContainer^ aTextContainer, 
	NSUInteger index
)
Parameters
aTextContainer (NSTextContainer)
The text container to insert.
index (NSUInteger)
The index in the series of text containers at which to insert aTextContainer.
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)