Specify the SelectSeek movement.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public enum SelectSeekType
Public Enumeration SelectSeekType
public enum class SelectSeekType
Members
| Member | Value | Description |
|---|---|---|
| Left | 0 |
move to the left (one column)
|
| Right | 1 |
move to the right (one column)
|
| Up | 2 |
move up (one row)
|
| Down | 3 |
move down (one row)
|
| First | 4 |
move to first image
|
| Last | 5 |
move to the last image
|
| PagDown | 6 |
move to the next page
|
| PagUp | 7 |
move the the previous page
|