NextFieldThenControl Method (GcMask)
Moves the caret to the next field. But if the caret is already in the end editable field, it will be moved to the next control forward in the tab order.
public void NextFieldThenControl()
'Declaration
Public Sub NextFieldThenControl()
'Usage
Dim instance As GcMask
instance.NextFieldThenControl()