[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.MoveToFirstFieldStart

MoveToFirstFieldStart Property

MoveToFirstFieldStart

Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.MoveToFirstFieldStart command, which requests that the caret move to the start of the first field.

Declaration
public static RoutedUICommand MoveToFirstFieldStart { get; }
Public Shared ReadOnly Property MoveToFirstFieldStart As RoutedUICommand
Remarks

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.