TabIndentKey Property

Applies To

Options object.

Description

True if the TAB and BACKSPACE keys can be used to increase and decrease the left indent of paragraphs, respectively, and if the BACKSPACE key can be used to change right-aligned paragraphs to centered paragraphs and centered paragraphs to left-aligned paragraphs. Read/write Boolean.

See Also

LeftIndent property.

Example

This example sets Word so that the TAB and BACKSPACE keys set the left indent, instead of inserting and deleting tabs.

Options.TabIndentKey = True
This example returns the status of the Tabs and Backspace set left indent option on the Edit tab in the Options dialog box.

temp = Options.TabIndentKey