Method UpdateWordWrap
UpdateWordWrap()
Re-wraps all lines in DisplayStrings
collection.
public virtual bool UpdateWordWrap()
Returns
- bool
True if succeed otherwise false.
UpdateWordWrap(int, int)
Updates wrapped lines within specific scope in DisplayStrings
object.
public virtual bool UpdateWordWrap(int first, int last)
Parameters
Returns
- bool
True if succeed; otherwise false.