FastColoredTextBox.DoAutoIndent Method (Int32)

T3000 CrossPlatform

FastColoredTextBoxDoAutoIndent Method (Int32)

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

Inserts autoindent's spaces in the line

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

Dim instance As FastColoredTextBox
Dim iLine As Integer

instance.DoAutoIndent(iLine)

Parameters

iLine
Type: SystemInt32

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

See Also