AutoTabWhenFilled Property (MaskInfo)
In This Topic
Gets or sets a value that indicates whether the focus automatically moves to the next control when the mask is filled.
Syntax
'Declaration
Public Property AutoTabWhenFilled As Boolean
public bool AutoTabWhenFilled {get; set;}
See Also