_OlkTextBox.AutoTab Property
Returns or sets a Boolean (bool in C#) that specifies if a tab is inserted automatically when the control has been filled to the maximum length specified. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property AutoTab As Boolean
Get
Set
'Usage
Dim instance As _OlkTextBox
Dim value As Boolean
value = instance.AutoTab
instance.AutoTab = value
[DispIdAttribute()]
bool AutoTab { get; set; }
Property Value
Type: System.Boolean
Remarks
The default value for this property is False.