MonobjcMonobjc Documented Class Library
EnsureLayoutForCharacterRange Method (charRange)
NamespacesMonobjc.AppKitNSLayoutManagerEnsureLayoutForCharacterRange(NSRange)

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

Original signature is '- (void)ensureLayoutForCharacterRange:(NSRange)charRange'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void EnsureLayoutForCharacterRange(
	NSRange charRange
)
Public Overridable Sub EnsureLayoutForCharacterRange ( _
	charRange As NSRange _
)
public:
virtual void EnsureLayoutForCharacterRange(
	NSRange charRange
)
Parameters
charRange (NSRange)
The character range 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)