MonobjcMonobjc Documented Class Library
EnsureLayoutForTextContainer Method (container)
NamespacesMonobjc.AppKitNSLayoutManagerEnsureLayoutForTextContainer(NSTextContainer)

Forces the receiver to perform layout for the specified text container, if it has not already done so.

Original signature is '- (void)ensureLayoutForTextContainer:(NSTextContainer *)container'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void EnsureLayoutForTextContainer(
	NSTextContainer container
)
Public Overridable Sub EnsureLayoutForTextContainer ( _
	container As NSTextContainer _
)
public:
virtual void EnsureLayoutForTextContainer(
	NSTextContainer^ container
)
Parameters
container (NSTextContainer)
The text container for which layout is performed.
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)