AddHint Method (Range, String, Boolean, Boolean, Boolean)

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Add and shows simple text hint

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

Syntax

C#
public virtual Hint AddHint(
	Range range,
	string text,
	bool scrollToHint,
	bool inline,
	bool dock
)
Visual Basic
Public Overridable Function AddHint ( _
	range As Range, _
	text As String, _
	scrollToHint As Boolean, _
	inline As Boolean, _
	dock As Boolean _
) As Hint
Visual C++
public:
virtual Hint^ AddHint(
	Range^ range, 
	String^ text, 
	bool scrollToHint, 
	bool inline, 
	bool dock
)

Parameters

range
Type: FastColoredTextBoxNS..::..Range
Linked range
text
Type: System..::..String
Text of simple hint
scrollToHint
Type: System..::..Boolean
Scrolls textbox to the 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