Options.TabIndentKey Property 

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)

Usage

Dim options1 As Options

Dim returnValue As Boolean
returnValue = options1.TabIndentKey

Dim sampleValue As Boolean
options1.TabIndentKey = sampleValue

Syntax

Property TabIndentKey() As Boolean
bool TabIndentKey {get; set;}
property Boolean TabIndentKey{
    Boolean get();
    Void set(Boolean);
}
public boolean get_TabIndentKey();
public void set_TabIndentKey(boolean);
function get TabIndentKey() : Boolean;
function set TabIndentKey(Boolean);

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Options Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Options Members