'Declaration Public Shared ReadOnly Property MoveToFirstFieldStart As RoutedUICommand
'Usage Dim value As RoutedUICommand value = FieldsEditingCommands.MoveToFirstFieldStart
public static RoutedUICommand MoveToFirstFieldStart {get;}
'Declaration Public Shared ReadOnly Property MoveToFirstFieldStart As RoutedUICommand
'Usage Dim value As RoutedUICommand value = FieldsEditingCommands.MoveToFirstFieldStart
public static RoutedUICommand MoveToFirstFieldStart {get;}
The default key gesture for this command is Ctrl+Home.
Take GrapeCity.Windows.InputMan.GcMask as an example: when the format of GcMask is "--\D{3}-\D{4}--", this command make the caret index stop at first position of literal field, but MoveToFirst make the caret index stop at the first position of first pattern field.