ime_mode property

ime_mode property

Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus.

Definition:

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

See Also