T3000 CrossPlatform Documentation
FastColoredTextBoxHints Property |
[This is preliminary documentation and is subject to change.]
Collection of Hints.
This is temporary buffer for currently displayed hints.
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Hints Hints { get; set; }
Public Property Hints As Hints Get Set Dim instance As FastColoredTextBox Dim value As Hints value = instance.Hints instance.Hints = value
Property Value
Type: HintsRemarks
You can asynchronously add, remove and clear hints. Appropriate hints will be shown or hidden from the screen.
See Also