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