IEditorOperations.DeleteFullLine Method

Definition

If there is a selection, deletes all the lines touched by the selection, including line break characters. Otherwise, deletes the line the caret is on, including the line break characters.

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

Returns

true if the edit succeeded, otherwise false.

Applies to