MonobjcMonobjc Documented Class Library
LayoutManagerShouldUseTemporaryAttributesForDrawingToScreenAtCharacterIndexEffectiveRange Event
NamespacesMonobjc.AppKitNSLayoutManager..::..NSLayoutManagerDelegateEventDispatcherLayoutManagerShouldUseTemporaryAttributesForDrawingToScreenAtCharacterIndexEffectiveRange

Sent when the layout manager is drawing and needs to decide whether or not to use temporary attributes.

Original signature is '- (NSDictionary *)layoutManager:(NSLayoutManager *)layoutManager shouldUseTemporaryAttributes:(NSDictionary *)attrs forDrawingToScreen:(BOOL)toScreen atCharacterIndex:(NSUInteger)charIndex effectiveRange:(NSRangePointer)effectiveCharRange'

Available in Mac OS X v10.5 and later.

Declaration Syntax
Return Value
The temporary attributes for the layout manager to use, or nil if no temporary attributes are to be used.
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)