Hints.Add Method

T3000 CrossPlatform

HintsAdd Method

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

Add and shows the hint

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public void Add(
	Hint hint
)
Public Sub Add ( 
	hint As Hint
)

Dim instance As Hints
Dim hint As Hint

instance.Add(hint)

Parameters

hint
Type: FastColoredTextBoxNSHint

[Missing <param name="hint"/> documentation for "M:FastColoredTextBoxNS.Hints.Add(FastColoredTextBoxNS.Hint)"]

Implements

ICollectionTAdd(T)
See Also