TextBox.AutoWordSelect Property (Outlook Forms Script)
Returns or sets a Boolean that specifies whether the basic unit used to extend a selection is a word or a single character. Read/write.
Syntax
expression.AutoWordSelect
expression A variable that represents a TextBox object.
Remarks
True if uses a word as the basic unit (default), False if uses a character as the basic unit.
The AutoWordSelect property specifies how the selection extends or contracts in the edit region of a TextBox.
If the user places the insertion point in the middle of a word and then extends the selection while AutoWordSelect is True, the selection includes the entire word.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.