OlkTextBox.TabKeyBehavior Property (Outlook)
Returns or sets a Boolean that specifies how the control responds to the TAB key. Read/write.
Version Information
Version Added: Outlook 2007
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.