Click or drag to resize

FixedMaskedTextProviderDelete Method

Called to delete a range of characters at the specified position in the masked text.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual bool Delete(
	ref int position,
	int length,
	bool forward
)

Parameters

position
Type: SystemInt32
Position to delete at.
length
Type: SystemInt32
Length of text (in the mask) to delete
forward
Type: SystemBoolean
true to delete the text forward, or false to delete backward

Return Value

Type: Boolean
true when the deletion was successful, or false if it failed.

Implements

IMaskedTextProviderDelete(Int32, Int32, Boolean)
See Also