Hint Constructor (Range, Control, Boolean, Boolean)

T3000 CrossPlatform

Hint Constructor (Range, Control, Boolean, Boolean)

[This is preliminary documentation and is subject to change.]

Creates Hint

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Hint(
	Range range,
	Control innerControl,
	bool inline,
	bool dock
)
Public Sub New ( 
	range As Range,
	innerControl As Control,
	inline As Boolean,
	dock As Boolean
)

Dim range As Range
Dim innerControl As Control
Dim inline As Boolean
Dim dock As Boolean

Dim instance As New Hint(range, innerControl, 
	inline, dock)

Parameters

range
Type: FastColoredTextBoxNSRange
Linked range
innerControl
Type: System.Windows.FormsControl
Inner control
inline
Type: SystemBoolean
Inlining. If True then hint will moves apart text
dock
Type: SystemBoolean
Docking. If True then hint will fill whole line
See Also