Table of Contents
LineBreakMode Enumeration

Specifies line break mode for the Editor control.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public enum LineBreakMode
Members
Member Name Description
P Insert a new paragraph when enter key is pressed.
Br Insert a new BR element when enter key is pressed.
Div Insert a new DIV element when enter key is pressed.
See Also