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

Parameters

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