You can choose to get either Paragraph or LineBreak as a response of hitting the Enter Key.


Namespace: SpiceLogic.WinHTMLEditor
Assembly: WinHTMLEditorControl (in WinHTMLEditorControl.dll)

Syntax

Visual Basic (Declaration)
Public Property EnterKeyResponse As EnteryKeyResponses
C#
public EnteryKeyResponses EnterKeyResponse { get; set; }
C++
public property EnteryKeyResponses EnterKeyResponse sealed  {
    EnteryKeyResponses get();
    void set(EnteryKeyResponses value);
}
J#
/** property */
public EnteryKeyResponses get_EnterKeyResponse();

/** property */
public void set_EnterKeyResponse(EnteryKeyResponses value);
JScript
public function get EnterKeyResponse() : EnteryKeyResponses

public function set EnterKeyResponse(value : EnteryKeyResponses);

See Also