ArrowKeyAction Enumeration |
Defines the action taken when the
ThumbnailView receives an arrow key press event.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic enum ArrowKeyAction
Public Enumeration ArrowKeyAction
Members
| Member name | Description |
---|
| None | No action is taken. |
| ChangeSelection | The selected item will change. |
| Scroll | The control will scroll. |
See Also