FastColoredTextBox.DoAutoIndentChars Method (Int32)

T3000 CrossPlatform

FastColoredTextBoxDoAutoIndentChars Method (Int32)

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

Do AutoIndentChars

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

Dim instance As FastColoredTextBox
Dim iLine As Integer

instance.DoAutoIndentChars(iLine)

Parameters

iLine
Type: SystemInt32

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

See Also