LanguagePreferences.InsertTabs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether or not to insert tabs instead of spaces when formatting sections of text.
public:
property bool InsertTabs { bool get(); void set(bool value); };
public:
property bool InsertTabs { bool get(); void set(bool value); };
public bool InsertTabs { get; set; }
member this.InsertTabs : bool with get, set
Public Property InsertTabs As Boolean
Property Value
true
if tabs should be inserted, otherwise false
= spaces should be inserted.
Remarks
This property is not used in the default managed package framework language service classes.
Use this property in your implementation of the ReformatSpan method in the Source class.
This property affects the preferences value fInsertTabs.