List - EnterKeyStyle Property

EnterKeyStyle determines what happens when Enter key is pressed in a list

Member of List (PRIM_LIST)

Data Type - Enumeration

Details

The EnterKeyStyle property determines the behavior of the Enter key when it is pressed while focus is in a list.
 
By default, focus will move to the next item in the grid.

Allowed Values

Enum ValueDescription
AroundGridMove focus left to right and top to bottom, returning to the first row and column once the end is reached
DialogAroundGrid As per AroundGrid, unless there is a default button, in which case the click will fire
DialogDownAs per Down, unless there is a default button, in which case the click will fire
DialogNextRowAs per NextRow, unless there is a default button, in which case the click will fire
DialogThroughGridAs per ThroughGrid, unless there is a default button, in which case the click will fire
DownMove focus to the item below staying in the same column
NextRowMove focus to the first column of the item below
NoneThe Enter key is ignored by the list
ThroughGridMove focus left to right and top to bottom, focussing on the next control once the end is reached


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2