is_auto_word_selected property

is_auto_word_selected property

Specifies the basic unit used to extend a selection. True specifies that the basic unit is a single character. false specifies that the basic unit is a whole word.

Definition:

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

See Also