Table of Contents

Enum PropertyGridKeyboardAction

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Keyboard actions used in PropertyGrid.AddActionTrigger and PropertyGrid.ClearActionTriggers methods.

public enum PropertyGridKeyboardAction

Fields

ActionCancelEdit = 5

Cancel and undo any editing done in the currently active property editor.

ActionCollapseProperty = 4

Collapse the selected property, if it has child items.

ActionEdit = 6

Move focus to the editor control of the currently selected property.

ActionExpandProperty = 3

Expand the selected property, if it has child items.

ActionInvalid = 0

Invalid action.

ActionNextProperty = 1

Select the next property.

ActionPressButton = 7

Causes editor's button (if any) to be pressed.

ActionPrevProperty = 2

Select the previous property.