







![]() ![]() |
FastColoredTextBox |
FastColoredTextBox..::..CalcAutoIndent Method |
FastColoredTextBox Class See Also Send Feedback |
Returns needed start space count for the line
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public virtual int CalcAutoIndent( int iLine ) |
Visual Basic |
---|
Public Overridable Function CalcAutoIndent ( _ iLine As Integer _ ) As Integer |
Visual C++ |
---|
public: virtual int CalcAutoIndent( int iLine ) |
Parameters
- iLine
- Type: System..::..Int32