Skybound VisualTips

VisualTipProvider.ShowNotifyTip Method (TextBox, String, String, VisualTipNotifyIcon, Int32)

Displays a balloon notification tip within the specified TextBox.

[Visual Basic]
Overloads Public Shared Sub ShowNotifyTip( _
   ByVal textBox As TextBox, _
   ByVal text As String, _
   ByVal title As String, _
   ByVal icon As VisualTipNotifyIcon, _
   ByVal charIndex As Integer _
)
[C#]
public static void ShowNotifyTip(
   TextBox textBox,
   string text,
   string title,
   VisualTipNotifyIcon icon,
   int charIndex
);

Parameters

textBox
The TextBox for which the tip is displayed.
text
The tip text.
title
The tip title.
icon
The icon displayed beside the tip title.
charIndex
The 0-based index of the character in the textbox whether the balloon tip points.

See Also

VisualTipProvider Class | Skybound.VisualTips Namespace | VisualTipProvider.ShowNotifyTip Overload List