MonobjcMonobjc Documented Class Library
RemoveTextContainerAtIndex Method (index)
NamespacesMonobjc.AppKitNSLayoutManagerRemoveTextContainerAtIndex(NSUInteger)

Removes the text container at the given index and invalidates the layout as needed.

Original signature is '- (void)removeTextContainerAtIndex:(NSUInteger)index'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveTextContainerAtIndex(
	NSUInteger index
)
Public Overridable Sub RemoveTextContainerAtIndex ( _
	index As NSUInteger _
)
public:
virtual void RemoveTextContainerAtIndex(
	NSUInteger index
)
Parameters
index (NSUInteger)
The index of the text container to remove.
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)