T3000 CrossPlatform Documentation
Hints Class |
[This is preliminary documentation and is subject to change.]
Collection of Hints.
This is temporary buffer for currently displayed hints.
Inheritance Hierarchy
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
The Hints type exposes the following members.
Constructors
Properties
Name | Description | |
---|---|---|
Count |
Count of hints
| |
IsReadOnly |
Methods
Name | Description | |
---|---|---|
Add |
Add and shows the hint
| |
Clear |
Clears all displayed hints
| |
Contains |
Is collection contains the hint?
| |
CopyTo | ||
Dispose | Releases all resources used by the Hints | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnTextBoxKeyDown | ||
OnTextBoxTextChanged | ||
Remove | ||
ToString | (Inherited from Object.) |
See Also