Returns whether the line being laid out should be broken by hyphenating at the specified character.
Original signature is '- (BOOL)shouldBreakLineByHyphenatingBeforeCharacterAtIndex:(NSUInteger)charIndex'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual bool ShouldBreakLineByHyphenatingBeforeCharacterAtIndex( NSUInteger charIndex )
Public Overridable Function ShouldBreakLineByHyphenatingBeforeCharacterAtIndex ( _ charIndex As NSUInteger _ ) As Boolean
public: virtual bool ShouldBreakLineByHyphenatingBeforeCharacterAtIndex( NSUInteger charIndex )

- charIndex (NSUInteger)
- The index of the character just after the proposed hyphenation would occur.

YES if the line should be broken by hyphenating, NO otherwise.

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