IEditorOperations.DeleteToBeginningOfLine Method

Definition

Deletes the line the caret is on, up to the previous line break character and the selection, if present.

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

Returns

true if the edit succeeded, otherwise false.

Applies to