Hint Constructor (Range, String)

T3000 CrossPlatform

Hint Constructor (Range, String)

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

Creates Hint

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Hint(
	Range range,
	string text
)
Public Sub New ( 
	range As Range,
	text As String
)

Dim range As Range
Dim text As String

Dim instance As New Hint(range, text)

Parameters

range
Type: FastColoredTextBoxNSRange
Linked range
text
Type: SystemString
Text for simple hint
See Also