System.ComponentModel.MaskedTextProvider.LastAssignedPosition Property

Gets the index in the mask of the rightmost input character that has been assigned to the mask.

Syntax

public int LastAssignedPosition { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The MaskedTextProvider.LastAssignedPosition property represents the farthest edit position in the mask, relative to the origin, that has been assigned an input character. For languages read left-to-right (LTR), such as English, this is the rightmost assigned position; for languages read right-to-left (RTL), this would be the leftmost position.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0