Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / FieldsEditingCommands Class
Properties

In This Topic
    FieldsEditingCommands Class Members
    In This Topic

    The following tables list the members exposed by FieldsEditingCommands.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.Clear command, which requests that the all characters would be deleted.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.DeleteNextCharacter command, which requests that the backward character would be deleted.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.DeleteNextCharactersByField command, which requests that would delete all the backward text on current editable field.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.DeletePreviousCharacter command, which requests that the character before the caret be deleted.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.DeletePreviousCharactersByField command, which requests that all the character before the caret on current field will be deleted.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.MoveLeftByCharacter command, which requests that the caret move to previous character on all editable fields.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.MoveLeftByField command, which requests that the caret move to the start of preview editable field.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.MoveRightByCharacter command, which requests that the caret move to next character on the editable field.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.MoveRightByField command, which requests that the caret move to the start of next editable field.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.MoveToFirst command, which requests that the caret move to the start of the first editable field.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.MoveToFirstFieldStart command, which requests that the caret move to the start of the first field.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.MoveToLast command, which requests that the caret move to the end of the last editable field.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.MoveToLastFieldEnd command, which requests that the caret move to the end of the last field.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.NextField command, which requests that the caret move to next field on all editable fields.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.NextFieldThenControl command, which requests that the caret move to next field on all editable fields and then move focus out of control.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.PreviousField command, which requests that the caret move to previous field on all editable fields.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.PreviousFieldThenControl command, which requests that the caret move to previous field on all editable fields and then move focus out of control.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.SelectLeftByCharacter command, which requests that the current selection be expanded to preview character.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.SelectLeftByField command, which requests that the current selection be extended to the field's start position.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.SelectRightByCharacter command, which requests that the current selection be expanded to next character.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.SelectRightByField command, which requests that the current selection be extended to the field's end position.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.SelectToFirst command, which requests that the current selection be expanded to start of the first editable field.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.SelectToFirstFieldStart command, which requests that the current selection be expanded to the start of first field.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.SelectToLast command, which requests that the current selection be expanded to the end of the last editable field.  
    Public Propertystatic (Shared in Visual Basic)Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.SelectToLastFieldEnd command, which requests that the current selection be expanded to the end of the last field.  
    Public Propertystatic (Shared in Visual Basic)Represents the SpinDown command, which requests that value should be decreased.  
    Public Propertystatic (Shared in Visual Basic)Represents the SpinUp command, which requests that value should be increased.  
    Top
    See Also