Hint.Text Property

T3000 CrossPlatform

HintText Property

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

Text of simple hint

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

Dim instance As Hint
Dim value As String

value = instance.Text

instance.Text = value

Property Value

Type: String
See Also