OlkTextBox.TabKeyBehavior property (Outlook)

Returns or sets a Boolean that specifies how the control responds to the TAB key. Read/write.

Syntax

expression. TabKeyBehavior

expression A variable that represents an OlkTextBox object.

Remarks

If this property is True, pressing TAB inserts a tab character in the text box. If this property is False, focus moves to the next control in the tab order.

The default value is False.

See also

OlkTextBox Object

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.