IEditorOperations.DeleteToEndOfLine Method

Definition

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

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

Returns

true if the operation succeeded, otherwise false.

Applies to