Table of Contents

Method DeleteRight

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

DeleteRight(int, bool)

Deletes a specified number of characters to the right of the active point.

public virtual bool DeleteRight(int len, bool withChange = false)

Parameters

len int

Specifies number of characters to delete.

withChange bool

Indicates if the change needs to be translated to the parser

Returns

bool

True if method succeed; otherwise false.