ENTERTAB Property
9.3, PLBCMP GUI Only
The ENTERTAB property alters the enter key behavior for NETCONTROL objects. The property uses the following format:
ENTERTAB={value}
Note the following:
ENTERTAB may be used in CREATE, SETPROP, or GETPROP statements for NETCONTROL objects.
The EnterTab property changes the cell transition behavior for a NETCONTROL that been created for a .NET DataGridView when the enter key is pressed.
{value} is a decimal number, a Numeric
Variable, an Expression,
or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
The Enter Key character ... |
|
0 |
$OFF |
is not changed. (default) |
|
1 |
$ON |
is changed to a TAB character when the control has focus. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |