Click or drag to resize

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)
Syntax
public enum ArrowKeyAction
Members
  Member nameDescription
None No action is taken.
ChangeSelection The selected item will change.
Scroll The control will scroll.
See Also