enter_key_behavior property

enter_key_behavior property

Specifies the behavior of the ENTER key. True specifies that pressing ENTER will create a new line. False specifies that pressing ENTER will move the focus to the next object in the tab order.

Definition:

@property
def enter_key_behavior(self):
    ...
@enter_key_behavior.setter
def enter_key_behavior(self, value):
    ...

See Also