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:

  1. ENTERTAB may be used in CREATE, SETPROP, or GETPROP statements for NETCONTROL objects.

  2. The EnterTab property changes the cell transition behavior for a NETCONTROL that been created for a .NET DataGridView when the enter key is pressed.

  3. {value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
     

  4. 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

 



PL/B Language Reference ENABLED Property EVENTFILTER Property