EmailOptions.TabIndentKey Property
Determines if the TAB and BACKSPACE keys can be used to increase and decrease, respectively, the left indent of paragraphs and if the BACKSPACE key can be used to change right-aligned paragraphs to centered paragraphs and centered paragraphs to left-aligned paragraphs.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property TabIndentKey As Boolean
Get
Set
'Usage
Dim instance As EmailOptions
Dim value As Boolean
value = instance.TabIndentKey
instance.TabIndentKey = value
bool TabIndentKey { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if the TAB and BACKSPACE keys are used, and False if not.