IEditorOperations.OpenLineAbove Method

Definition

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

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

Returns

true if the edit succeeded, otherwise false.

Applies to