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

T3000 CrossPlatform

FastColoredTextBoxAddHint Method (Range, Control, Boolean, Boolean, Boolean)

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

Add and shows the hint

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual Hint AddHint(
	Range range,
	Control innerControl,
	bool scrollToHint,
	bool inline,
	bool dock
)
Public Overridable Function AddHint ( 
	range As Range,
	innerControl As Control,
	scrollToHint As Boolean,
	inline As Boolean,
	dock As Boolean
) As Hint

Dim instance As FastColoredTextBox
Dim range As Range
Dim innerControl As Control
Dim scrollToHint As Boolean
Dim inline As Boolean
Dim dock As Boolean
Dim returnValue As Hint

returnValue = instance.AddHint(range, 
	innerControl, scrollToHint, inline, 
	dock)

Parameters

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

Return Value

Type: Hint

[Missing <returns> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.AddHint(FastColoredTextBoxNS.Range,System.Windows.Forms.Control,System.Boolean,System.Boolean,System.Boolean)"]

See Also