T3000 CrossPlatform Documentation
FastColoredTextBoxAddHint Method (Range, String, Boolean, Boolean, Boolean) |
[This is preliminary documentation and is subject to change.]
Add and shows simple text hint
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual Hint AddHint( Range range, string text, bool scrollToHint, bool inline, bool dock )
Public Overridable Function AddHint ( range As Range, text As String, scrollToHint As Boolean, inline As Boolean, dock As Boolean ) As Hint Dim instance As FastColoredTextBox Dim range As Range Dim text As String Dim scrollToHint As Boolean Dim inline As Boolean Dim dock As Boolean Dim returnValue As Hint returnValue = instance.AddHint(range, text, scrollToHint, inline, dock)
Parameters
- range
- Type: FastColoredTextBoxNSRange
Linked range - text
- Type: SystemString
Text of simple hint - 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.String,System.Boolean,System.Boolean,System.Boolean)"]
See Also