AddHint Method (Range, Control, Boolean, Boolean, Boolean)

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Add and shows the 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,
	Control innerControl,
	bool scrollToHint,
	bool inline,
	bool dock
)
Visual Basic
Public Overridable Function AddHint ( _
	range As Range, _
	innerControl As Control, _
	scrollToHint As Boolean, _
	inline As Boolean, _
	dock As Boolean _
) As Hint
Visual C++
public:
virtual Hint^ AddHint(
	Range^ range, 
	Control^ innerControl, 
	bool scrollToHint, 
	bool inline, 
	bool dock
)

Parameters

range
Type: FastColoredTextBoxNS..::..Range
Linked range
innerControl
Type: System.Windows.Forms..::..Control
Inner control
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