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.

C# | Visual Basic | Visual C++ |
public virtual void EnsureLayoutForTextContainer( NSTextContainer container )
Public Overridable Sub EnsureLayoutForTextContainer ( _ container As NSTextContainer _ )
public: virtual void EnsureLayoutForTextContainer( NSTextContainer^ container )

- container (NSTextContainer)
- The text container for which layout is performed.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)