IEditorOperations.Delete Method

Definition

Deletes the selection if there is one, or the next character in the buffer if one exists.

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

Returns

true if the edit succeeded, otherwise false.

Applies to