IEditorOperations.InsertNewLine Method

Definition

Inserts a new line at the current caret position.

public:
 bool InsertNewLine();
public:
 bool InsertNewLine();
bool InsertNewLine();
public bool InsertNewLine ();
abstract member InsertNewLine : unit -> bool
Public Function InsertNewLine () As Boolean

Returns

true if the edit succeeded, otherwise false.

Applies to