FastColoredTextBox.Item Property (Place)

T3000 CrossPlatform

FastColoredTextBoxItem Property (Place)

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

Gets or sets char and styleId for given place This property does not fire OnTextChanged event

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Char this[
	Place place
] { get; set; }
Public Default Property Item ( 
	place As Place
) As Char
	Get
	Set

Dim instance As FastColoredTextBox
Dim place As Place
Dim value As Char

value = instance(place)

instance(place) = value

Parameters

place
Type: FastColoredTextBoxNSPlace

Property Value

Type: Char
See Also