Hint Constructor (Range, String)

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Creates Hint

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public Hint(
	Range range,
	string text
)
Visual Basic
Public Sub New ( _
	range As Range, _
	text As String _
)
Visual C++
public:
Hint(
	Range^ range, 
	String^ text
)

Parameters

range
Type: FastColoredTextBoxNS..::..Range
Linked range
text
Type: System..::..String
Text for simple hint

See Also