T3000 CrossPlatform Documentation
Hint Constructor (Range, Control) |
[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 )
Public Sub New ( range As Range, innerControl As Control ) Dim range As Range Dim innerControl As Control Dim instance As New Hint(range, innerControl)
Parameters
- range
- Type: FastColoredTextBoxNSRange
Linked range - innerControl
- Type: System.Windows.FormsControl
Inner control
See Also