_OlkTextBox.TabKeyBehavior Property
Returns or sets a Boolean (bool in C#) that specifies how the control responds to the TAB key. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property TabKeyBehavior As Boolean
Get
Set
'Usage
Dim instance As _OlkTextBox
Dim value As Boolean
value = instance.TabKeyBehavior
instance.TabKeyBehavior = value
[DispIdAttribute()]
bool TabKeyBehavior { get; set; }
Property Value
Type: System.Boolean
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.