FastColoredTextBox.Item Property (Int32)

T3000 CrossPlatform

FastColoredTextBoxItem Property (Int32)

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

Gets Line

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Line this[
	int iLine
] { get; }
Public ReadOnly Default Property Item ( 
	iLine As Integer
) As Line
	Get

Dim instance As FastColoredTextBox
Dim iLine As Integer
Dim value As Line

value = instance(iLine)

Parameters

iLine
Type: SystemInt32

Property Value

Type: Line
See Also