Hint.Tag Property

T3000 CrossPlatform

HintTag Property

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

Tag

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

Dim instance As Hint
Dim value As Object

value = instance.Tag

instance.Tag = value

Property Value

Type: Object
See Also