T3000 CrossPlatform Documentation
FastColoredTextBoxAddHint Method (Range, String) |
[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 Hint AddHint( Range range, string text )
Public Function AddHint ( range As Range, text As String ) As Hint Dim instance As FastColoredTextBox Dim range As Range Dim text As String Dim returnValue As Hint returnValue = instance.AddHint(range, text)
Parameters
- range
- Type: FastColoredTextBoxNSRange
Linked range - text
- Type: SystemString
Text of simple hint
Return Value
Type: Hint[Missing <returns> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.AddHint(FastColoredTextBoxNS.Range,System.String)"]
See Also