







|
| FastColoredTextBox |
| FastColoredTextBox..::..AddHint Method (Range, Control) |
| FastColoredTextBox Class See Also Send Feedback |
Add and shows the hint
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
| C# |
|---|
public Hint AddHint( Range range, Control innerControl ) |
| Visual Basic |
|---|
Public Function AddHint ( _ range As Range, _ innerControl As Control _ ) As Hint |
| Visual C++ |
|---|
public: Hint^ AddHint( Range^ range, Control^ innerControl ) |
Parameters
- range
- Type: FastColoredTextBoxNS..::..Range
Linked range
- innerControl
- Type: System.Windows.Forms..::..Control
Inner control
