Click or drag to resize

NumericMaskedTextProviderInsert Method

Called to insert a character at the specified position in the masked text.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override bool Insert(
	char character,
	ref int position
)

Parameters

character
Type: SystemChar
Character to insert.
position
Type: SystemInt32
Position to insert at.

Return Value

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

Implements

IMaskedTextProviderInsert(Char, Int32)
See Also