DeleteRight Method
DeleteRight(Int32, Boolean)
Deletes a specified number of characters to the right of the active point.
Declaration
public virtual bool DeleteRight(int len, bool withChange = false)
Parameters
Type | Name | Description |
---|---|---|
Int32 | len | Specifies number of characters to delete. |
Boolean | withChange | Indicates if the change needs to be translated to the parser. |
Returns
Type | Description |
---|---|
Boolean | True if method succeed; otherwise false. |