FastColoredTextBox.GetMaxStartSpacesCount Method

T3000 CrossPlatform

FastColoredTextBoxGetMaxStartSpacesCount Method

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.GetMaxStartSpacesCount(System.Int32,System.Int32)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
protected int GetMaxStartSpacesCount(
	int fromLine,
	int toLine
)
Protected Function GetMaxStartSpacesCount ( 
	fromLine As Integer,
	toLine As Integer
) As Integer

Dim fromLine As Integer
Dim toLine As Integer
Dim returnValue As Integer

returnValue = Me.GetMaxStartSpacesCount(fromLine, 
	toLine)

Parameters

fromLine
Type: SystemInt32

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

toLine
Type: SystemInt32

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

Return Value

Type: Int32

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

See Also