CalcAutoIndent Method

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
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

See Also