Hint Constructor (Range, String, Boolean, Boolean)

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,
	bool inline,
	bool dock
)
Visual Basic
Public Sub New ( _
	range As Range, _
	text As String, _
	inline As Boolean, _
	dock As Boolean _
)
Visual C++
public:
Hint(
	Range^ range, 
	String^ text, 
	bool inline, 
	bool dock
)

Parameters

range
Type: FastColoredTextBoxNS..::..Range
Linked range
text
Type: System..::..String
Text for simple hint
inline
Type: System..::..Boolean
Inlining. If True then hint will moves apart text
dock
Type: System..::..Boolean
Docking. If True then hint will fill whole line

See Also