Specify the SelectSeek movement.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum SelectSeekType
Public Enumeration SelectSeekType
public enum class SelectSeekType

Members

MemberValueDescription
Left0
move to the left (one column)
Right1
move to the right (one column)
Up2
move up (one row)
Down3
move down (one row)
First4
move to first image
Last5
move to the last image
PagDown6
move to the next page
PagUp7
move the the previous page

See Also