Hints Class

T3000 CrossPlatform

Hints Class

[This is preliminary documentation and is subject to change.]

Collection of Hints. This is temporary buffer for currently displayed hints.
Inheritance Hierarchy
SystemObject  FastColoredTextBoxNSHints

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public class Hints : ICollection<Hint>, 
	IEnumerable<Hint>, IEnumerable, IDisposable
Public Class Hints
	Implements ICollection(Of Hint), IEnumerable(Of Hint), 
	IEnumerable, IDisposable

Dim instance As Hints

The Hints type exposes the following members.

Constructors
  NameDescription
Public methodHints
Initializes a new instance of the Hints class
Top
Properties
  NameDescription
Public propertyCount
Count of hints
Public propertyIsReadOnly
Top
Methods
  NameDescription
Public methodAdd
Add and shows the hint
Public methodClear
Clears all displayed hints
Public methodContains
Is collection contains the hint?
Public methodCopyTo
Public methodDispose
Releases all resources used by the Hints
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnTextBoxKeyDown
Protected methodOnTextBoxTextChanged
Public methodRemove
Public methodToString (Inherited from Object.)
Top
See Also