MobileForms Toolkit Documentation

MaskedTextProvider.FindEditPositionFrom Method 

Returns the position of the first editable position after the specified position using the specified search direction.

public virtual int FindEditPositionFrom(
int position,
bool direction
);

Parameters

position
The zero-based position in the formatted string to start the search.
direction
A Boolean indicating the search direction; either true to search forward or false to search backward.

Return Value

If successful, an Int32 representing the zero-based position of the first editable position encountered; otherwise current position.

See Also

MaskedTextProvider Class | Resco.Controls.MaskedTextBox Namespace