Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True 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 Options
Dim value As Boolean
value = instance.TabIndentKey
instance.TabIndentKey = value
bool TabIndentKey { get; set; }
Property Value
Type: System.Boolean