DocumentMap.Target Property

T3000 CrossPlatform

DocumentMapTarget Property

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

[Missing <summary> documentation for "P:FastColoredTextBoxNS.DocumentMap.Target"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public FastColoredTextBox Target { get; set; }
Public Property Target As FastColoredTextBox
	Get
	Set

Dim instance As DocumentMap
Dim value As FastColoredTextBox

value = instance.Target

instance.Target = value

Property Value

Type: FastColoredTextBox
See Also