VB.NET Language in a Nutshell
| Debug.Indent Method |
Class
System.Diagnostics.Debug
Syntax
Debug.Indent( )
Description
Increases the current IndentLevel by 1. The property is useful for improving the readability of output sent to the Output window.
See Also
Debug.IndentLevel Property, Debug.IndentSize Property, Debug.Unindent Method