FastColoredTextBox.CalcAutoIndent Method

T3000 CrossPlatform

FastColoredTextBoxCalcAutoIndent Method

[This is preliminary documentation and is subject to change.]

Returns needed start space count for the line

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual int CalcAutoIndent(
	int iLine
)
Public Overridable Function CalcAutoIndent ( 
	iLine As Integer
) As Integer

Dim instance As FastColoredTextBox
Dim iLine As Integer
Dim returnValue As Integer

returnValue = instance.CalcAutoIndent(iLine)

Parameters

iLine
Type: SystemInt32

[Missing <param name="iLine"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.CalcAutoIndent(System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.CalcAutoIndent(System.Int32)"]

See Also