is_auto_tab property

is_auto_tab property

Indicates whether the focus will automatically move to the next control when the user enters the maximum number of characters.

Definition:

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

See Also