T3000 CrossPlatform Documentation
Hint Constructor (Range, String, 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, string text, bool inline, bool dock )
Public Sub New ( range As Range, text As String, inline As Boolean, dock As Boolean ) Dim range As Range Dim text As String Dim inline As Boolean Dim dock As Boolean Dim instance As New Hint(range, text, inline, dock)
Parameters
- range
- Type: FastColoredTextBoxNSRange
Linked range - text
- Type: SystemString
Text for simple 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
See Also