Table of Contents

Enum TextBoxTextWrap

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Specifies text wrap style fot the multiline controls.

public enum TextBoxTextWrap

Fields

Best = 0

Wrap the lines at word boundaries or at any other character if there are words longer than the window width (this is the default).

Char = 2

Wrap the lines too long to be shown entirely at any position (wxUniv, Linux, MacOs).

None = 3

Don't wrap at all, show horizontal scrollbar instead.

Word = 1

Wrap the lines too long to be shown entirely at word boundaries (wxUniv, Windows, Linux, MacOs).