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.
Applies to v2.
Gets or sets whether spaces are inserted for tabs.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Property InsertSpacesForTabs As Boolean
Get
Set
'Usage
Dim instance As IEditorSettings
Dim value As Boolean
value = instance.InsertSpacesForTabs
instance.InsertSpacesForTabs = value
bool InsertSpacesForTabs { get; set; }
property bool InsertSpacesForTabs {
bool get ();
void set (bool value);
}
abstract InsertSpacesForTabs : bool with get, set
function get InsertSpacesForTabs () : boolean
function set InsertSpacesForTabs (value : boolean)
Property Value
Type: System.Boolean
true if spaces are inserted for tabs; otherwise, false.