IWordWrap Interface
Definition
Represents properties and methods to wrap Edit control's text content.
Syntax
public interface IWordWrap
Properties
WordWrap | When implemented by a class, gets or sets a value indicating whether control automatically wraps words to the beginning of the next line when necessary. |
WrapAtMargin | When implemented by a class, gets or sets a value indicating whether control automatically wraps words at margin position. |
WrapMargin | When implemented by a class, gets position of the wrapping margin. |
Methods
GetWrapMargin() | When implemented by a class, returns position of the wrapping margin. |
ResetWordWrap() | When implemented by a class, resets the |
ResetWrapAtMargin() | When implemented by a class, resets the |
UpdateWordWrap() | When implemented by a class, re-wraps all lines in the text. |
UpdateWordWrap(Int32, Int32) | When implemented by a class, re-wraps lines in the text within specific scope. |