Item Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public string this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( _
	index As Integer _
) As String
	Get
	Set
Visual C++
public:
virtual property String^ default[int index] {
	String^ get (int index) sealed;
	void set (int index, String^ value) sealed;
}

Parameters

index
Type: System..::..Int32

Implements

IList<(Of <(<'T>)>)>..::..Item[([( Int32])])

See Also