Skybound VisualTips

VisualTipProvider.ShowNotifyTip Method (Control, String, String)

Displays a balloon notification tip for the specified Control with no icon, using the default location and display options.

[Visual Basic]
Overloads Public Shared Sub ShowNotifyTip( _
   ByVal control As Control, _
   ByVal text As String, _
   ByVal title As String _
)
[C#]
public static void ShowNotifyTip(
   Control control,
   string text,
   string title
);

Parameters

control
The Control for which the tip is displayed.
text
The tip text.
title
The tip title.

See Also

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