IEditorOperations.OpenLineBelow Method

Definition

Inserts a new line at the end of the line the caret is on.

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

Returns

true if the edit succeeded, otherwise false.

Applies to