spell_check property

spell_check property

Gets or sets a value indicating whether spell checking is enabled for the text portion. When this property is set to false, spelling checks for text elements are suppressed. When set to true, spell checking is allowed. Default value is false.

Definition:

@property
def spell_check(self):
    ...

@spell_check.setter
def spell_check(self, value):
    ...

See Also