Enum PropertyGridKeyboardAction
Keyboard actions used in PropertyGrid.AddActionTrigger and
PropertyGrid.ClearActionTriggers methods.
public enum PropertyGridKeyboardAction
Fields
ActionCancelEdit = 5Cancel and undo any editing done in the currently active property editor.
ActionCollapseProperty = 4Collapse the selected property, if it has child items.
ActionEdit = 6Move focus to the editor control of the currently selected property.
ActionExpandProperty = 3Expand the selected property, if it has child items.
ActionInvalid = 0Invalid action.
ActionNextProperty = 1Select the next property.
ActionPressButton = 7Causes editor's button (if any) to be pressed.
ActionPrevProperty = 2Select the previous property.