FastColoredTextBox.DoAutoIndentChars Method (Int32, Regex)

T3000 CrossPlatform

FastColoredTextBoxDoAutoIndentChars Method (Int32, Regex)

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.DoAutoIndentChars(System.Int32,System.Text.RegularExpressions.Regex)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
protected void DoAutoIndentChars(
	int iLine,
	Regex regex
)
Protected Sub DoAutoIndentChars ( 
	iLine As Integer,
	regex As Regex
)

Dim iLine As Integer
Dim regex As Regex

Me.DoAutoIndentChars(iLine, regex)

Parameters

iLine
Type: SystemInt32

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

regex
Type: System.Text.RegularExpressionsRegex

[Missing <param name="regex"/> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.DoAutoIndentChars(System.Int32,System.Text.RegularExpressions.Regex)"]

See Also