MobileForms Toolkit Documentation

MaskInputRejectedEventArgs.Position Property

Gets the position in the mask corresponding to the invalid input character.

public int Position {get;}

Property Value

An Int32 value that contains the zero-based position of the character that failed the mask. The position includes literal characters.

Remarks

The Position property is set in the MaskInputRejectedEventArgs constructor.

See Also

MaskInputRejectedEventArgs Class | Resco.Controls.MaskedTextBox Namespace